RemoteAccessType Enumeration
Indicates whether a user account can use Remote Web Access.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum RemoteAccessType
[DataContractAttribute]
public enum class RemoteAccessType
<DataContractAttribute>
Public Enumeration RemoteAccessType
Members
Member name | Description | |
---|---|---|
Allowed | Indicates that the user account can use Remote Web Access. |
|
NotAllowed | Indicates the user account cannot use Remote Web Access. |
|
Unknown | Indicates that the ability of the user account to use Remote Web Access is not known. |
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top