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