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 virtual private networks (VPNs).
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public RemoteAccessType VpnAccess { get; }
public:
property RemoteAccessType VpnAccess {
RemoteAccessType get();
}
Public ReadOnly Property VpnAccess 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