ComputerRole Enumeration

 

Applies To: Windows Server Update Services

Represents the role of WSUS on the computer.

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

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum ComputerRole
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class ComputerRole
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type ComputerRole
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration ComputerRole

Members

Member name Description
Server

Server role.

Unknown

Unknown role.

Workstation

Workstation (client) role.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top