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