public string Revision { get; set; }
Public Property Revision As String
Get
Set
public:
property String^ Revision {
String^ get ();
void set (String^ value);
}
member Revision : string with get, set
Date | Version | Description |
---|---|---|
05/25/2014 | 9.0.1.4 | Added an example property |