Partager via


UserGroupCommonInfoContract.ShareAccess Property

 

Gets and sets the share access level.

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

Syntax

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

Property Value

Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType

The share access level.

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top