Partager via


UserGroupCommonInfoContract.ShareAccessInherited Property

 

Gets and sets a value that describes whether the share access level is inherited.

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top