AccessControlEntry.EntryType 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 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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.