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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.