Share via


AccessControlEntry.EntryType 屬性

定義

取得或設定值,指出套用存取權限至信任項的情形。

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

適用於