Principal.ContextType プロパティ

定義

このプリンシパルに関連付けられているプリンシパル コンテキストのタイプを指定するコンテキスト タイプの列挙値を取得します。

public:
 property System::DirectoryServices::AccountManagement::ContextType ContextType { System::DirectoryServices::AccountManagement::ContextType get(); };
public System.DirectoryServices.AccountManagement.ContextType ContextType { get; }
public System.DirectoryServices.AccountManagement.ContextType ContextType { [System.Security.SecurityCritical] get; }
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
[<get: System.Security.SecurityCritical>]
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
Public ReadOnly Property ContextType As ContextType

プロパティ値

コンテキスト タイプを示す ContextType 列挙値。

属性

注釈

コンテキスト型は、コンストラクターのプリンシパル コンテキスト オブジェクトに PrincipalContext 設定されます。 このクラスに格納されている値は、 プロパティに ContextType 関連付けられます。

適用対象