IComputerTarget.ComputerRole Property
Applies To: Windows Server Update Services
Gets the computer role.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ComputerRole ComputerRole { get; }
property ComputerRole ComputerRole {
ComputerRole get();
}
abstract ComputerRole : ComputerRole with get
ReadOnly Property ComputerRole As ComputerRole
Property Value
Type: Microsoft.UpdateServices.Administration.ComputerRole
One of the ComputerRole values (Server, Workstation, Unknown).
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top