UserGroupCommonInfoContract.VpnAccess Property
Gets and sets the VPN access level.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public RemoteAccessType VpnAccess { get; set; }
public:
[DataMemberAttribute]
property RemoteAccessType VpnAccess {
RemoteAccessType get();
void set(RemoteAccessType value);
}
<DataMemberAttribute>
Public Property VpnAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
The VPN access level.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top