AccessControlEntry.GenericAccessRights Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a set of common access rights that map to both standard and object-specific access rights for reading, writing, and executing.
public:
property System::Messaging::GenericAccessRights GenericAccessRights { System::Messaging::GenericAccessRights get(); void set(System::Messaging::GenericAccessRights value); };
public System.Messaging.GenericAccessRights GenericAccessRights { get; set; }
member this.GenericAccessRights : System.Messaging.GenericAccessRights with get, set
Public Property GenericAccessRights As GenericAccessRights
Property Value
A bitwise combination of the GenericAccessRights values.
Exceptions
The value you set is not a valid combination of GenericAccessRights bitflag members.
Remarks
Securable objects use the four high-order bits of the Windows 2000 and Windows NT access mask format to specify the generic access rights. Each type of securable object maps these bits to a set of its standard and object-specific access rights. Applications that define private securable objects can also use the generic access rights.