Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets or sets the build number.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int Build { get; set; }
public:
property int Build {
int get();
void set(int value);
}
member Build : int with get, set
Public Property Build As Integer
Property Value
Type: System.Int32
The build number.
See Also
OSVersion Class
Microsoft.UpdateServices.Administration Namespace
Return to top