[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.Report.ReportRecordInfo.RecordState"]
public string RecordState { get; set; }
Public Property RecordState As String
Get
Set
public:
property String^ RecordState {
String^ get ();
void set (String^ value);
}
member RecordState : string with get, set