Partager via


UserGroupCommonInfoContract.VpnAccessInherited Property

 

Gets and sets a value that determines if the VPN access is inherited.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public bool VpnAccessInherited { get; set; }
public:
[DataMemberAttribute]
property bool VpnAccessInherited {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property VpnAccessInherited As Boolean

Property Value

Type: System.Boolean

true if VPN access is inherited; otherwise, false.

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top