AccessControlEntry.EntryType Property

Definition

Gets or sets a value that indicates how the access rights apply to the trustee.

public:
 property System::Messaging::AccessControlEntryType EntryType { System::Messaging::AccessControlEntryType get(); void set(System::Messaging::AccessControlEntryType value); };
public System.Messaging.AccessControlEntryType EntryType { get; set; }
member this.EntryType : System.Messaging.AccessControlEntryType with get, set
Public Property EntryType As AccessControlEntryType

Property Value

One of the AccessControlEntryType values, which specifies whether to allow, deny, set, or revoke the specified rights. The default is Allow.

Exceptions

The entry type is not a valid AccessControlEntryType enumeration value.

Applies to