 | OperatingSystemVersionModelBuild Property |
Gets or sets the build 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 Build { get; set; }
Public Property Build As Integer
Get
Set
public:
property int Build {
int get ();
void set (int value);
}
member Build : int with get, set
Property Value
Type:
Int32
See Also