ShareAccessRight Class

Definition

Specifies the mapping between this particular user and the type of access he has on shares on this device.

public class ShareAccessRight
type ShareAccessRight = class
Public Class ShareAccessRight
Inheritance
ShareAccessRight

Constructors

ShareAccessRight()

Initializes a new instance of the ShareAccessRight class.

ShareAccessRight(String, String)

Initializes a new instance of the ShareAccessRight class.

Properties

AccessType

Gets or sets type of access to be allowed on the share for this user. Possible values include: 'Change', 'Read', 'Custom'

ShareId

Gets or sets the share ID.

Methods

Validate()

Validate the object.

Applies to