GenericAccessRights Property
Gets or sets a set of common access rights that map to both standard and object-specific access rights for reading, writing, and executing.
Syntax
'Declaration Public Property GenericAccessRights As GenericAccessRights
'Usage Dim instance As AccessControlEntry Dim value As GenericAccessRights instance.GenericAccessRights = value value = instance.GenericAccessRights
public GenericAccessRights GenericAccessRights {get; set;}
public: property GenericAccessRights GenericAccessRights { GenericAccessRights get(); void set ( GenericAccessRights value); }
Property Value
A bitwise combination of the GenericAccessRights values.Exceptions
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The value you set is not a valid combination of GenericAccessRights bitflag members. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also