次の方法で共有


UserGroupCommonInfoContract.RemoteAccessInherited Property

 

Gets and sets a value that describes if the remote access level is inherited.

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

Syntax

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

Property Value

Type: System.Boolean

true if the remote access level is inherited; otherwise, false.

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top