IComputerTarget.OSFamily Property
Applies To: Windows Server Update Services
Gets the family to which the client computer operating system belongs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string OSFamily { get; }
property String^ OSFamily {
String^ get();
}
abstract OSFamily : string with get
ReadOnly Property OSFamily As String
Property Value
Type: System.String
The family to which the client computer operating system belongs (Windows for desktops or servers, or some other system such as Windows Mobile). If it is a Windows desktop operating system, the value will be "Windows".
Remarks
[This property can be found only in the API delivered with WSUS 3.0 SP1.]
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top