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