AccessControlEntry.EntryType 属性
定义
获取或设置一个值,该值指示如何将访问权限应用于受信者。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
属性值
AccessControlEntryType 值之一,指定是允许、拒绝、设置还是撤消指定的权限。One of the AccessControlEntryType values, which specifies whether to allow, deny, set, or revoke the specified rights. 默认值为 Allow。The default is Allow.
例外
项类型不是有效的 AccessControlEntryType 枚举值。The entry type is not a valid AccessControlEntryType enumeration value.