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