IComputerTarget.Model Property

 

Applies To: Windows Server Update Services

Gets the model of the client computer.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string Model { get; }
property String^ Model {
    String^ get();
}
abstract Model : string with get
ReadOnly Property Model As String

Property Value

Type: System.String

The model 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