IComputerTarget.OSDescription Property

 

Applies To: Windows Server Update Services

Gets the description of the operating system.

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

Syntax

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

Property Value

Type: System.String

The description of the operating system.

Remarks

In the WSUS 3.0 SP1 version of the SDK, this property may refer either to Windows desktop operating systems or to non-Windows desktop systems, notably Windows Mobile.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top