IComputerTarget.OSInfo Property
Applies To: Windows Server Update Services
Gets the operating system information of the client computer.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
OSInfo OSInfo { get; }
property OSInfo^ OSInfo {
OSInfo^ get();
}
abstract OSInfo : OSInfo with get
ReadOnly Property OSInfo As OSInfo
Property Value
Type: Microsoft.UpdateServices.Administration.OSInfo
The operating system information of the client computer. For details, see OSInfo.
Remarks
The operating system information may not exist (version information is zero and the value for the user interface language 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