AccessControlEntry.GenericAccessRights Property

Definition

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.

Applies to

See also