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 列舉值。