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