Trustee.TrusteeType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定信任項的型別,以辨認信任項是使用者、群組、電腦、網域或別名 (Alias)。
public:
property System::Messaging::TrusteeType TrusteeType { System::Messaging::TrusteeType get(); void set(System::Messaging::TrusteeType value); };
public System.Messaging.TrusteeType TrusteeType { get; set; }
member this.TrusteeType : System.Messaging.TrusteeType with get, set
Public Property TrusteeType As TrusteeType
屬性值
TrusteeType,表示系統上信任項具有的帳戶類型。 預設為 Unknown
。
例外狀況
指定的信任項型別不是其中一個 TrusteeType 列舉型別成員。
備註
TrusteeType表示信任者在域控制器或本機計算機上相關聯的帳戶類型。 例如,這可以是用戶帳戶、群組帳戶或計算機帳戶。
如果您要為 Name 屬性指定預先定義的群組名稱,例如 Everyone,則 TrusteeType 為 Group
,而不是 Alias
。