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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.