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.
Gets the type of access that is assigned to the user account for Remote Web Access.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public RemoteAccessType RemoteAccess { get; }
public:
property RemoteAccessType RemoteAccess {
RemoteAccessType get();
}
Public ReadOnly Property RemoteAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
One of the RemoteAccessType enumeration values.
See Also
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top