AccessControlEntry.EntryType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示如何将访问权限应用于受信者。
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 值之一,指定是允许、拒绝、设置还是撤消指定的权限。 默认值为 Allow
。
例外
项类型不是有效的 AccessControlEntryType 枚举值。