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 the make of the client computer.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Make { get; }
property String^ Make {
String^ get();
}
abstract Make : string with get
ReadOnly Property Make As String
Property Value
Type: System.String
The make of the client computer.
Remarks
The value is an empty string if the client has not yet contacted the WSUS server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top