Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of the group.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum WSSServerGroupType
[DataContractAttribute]
public enum class WSSServerGroupType
<DataContractAttribute>
Public Enumeration WSSServerGroupType
Members
Member name | Description | |
---|---|---|
AddInAccess | Indicates that the group can access add-ins. |
|
ComputerAccess | Indicates that the group can access computers where the user account exists. |
|
DashboardAccess | Indicates that the group can access the Dashboard on the server. |
|
HomePageLinks | Indicates that the group can access administrator links on the home page of Remote Web Access. |
|
InvalidAccess | Indicates that the group does not have access permissions. |
|
InvisibleToDashboard | Indicates that the group is invisible to the dashboard. |
|
MediaAccess | Indicates that the group can access media streaming through Remote Web Access. |
|
NetworkAlertAccess | Indicates that the group can receive administrator health alerts. |
|
RemoteAccess | Indicates that the group can use Remote Web Access. |
|
ShareAccess | Indicates that the group can access shared folders. |
|
VpnAccess | Indicates that the group can access virtual private networks (VPNs). |
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top