FileSystemAccessRule.FileSystemRights Property

Definition

Gets the FileSystemRights flags associated with the current FileSystemAccessRule object.

public:
 property System::Security::AccessControl::FileSystemRights FileSystemRights { System::Security::AccessControl::FileSystemRights get(); };
public System.Security.AccessControl.FileSystemRights FileSystemRights { get; }
member this.FileSystemRights : System.Security.AccessControl.FileSystemRights
Public ReadOnly Property FileSystemRights As FileSystemRights

Property Value

The FileSystemRights flags associated with the current FileSystemAccessRule object.

Applies to