 | OperatingSystemVersionModelRevision Property |
Gets or sets the revision number of the operating system.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.23.0 (0.5.23.0)
Syntaxpublic int Revision { get; set; }
Public Property Revision As Integer
Get
Set
public:
property int Revision {
int get ();
void set (int value);
}
member Revision : int with get, set
Property Value
Type:
Int32
See Also