PrincipalContext.ContextType プロパティ

定義

プリンシパル コンテキストのストアのタイプを指定するコンテキスト タイプを取得します。

public:
 property System::DirectoryServices::AccountManagement::ContextType ContextType { System::DirectoryServices::AccountManagement::ContextType get(); };
public System.DirectoryServices.AccountManagement.ContextType ContextType { get; }
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
Public ReadOnly Property ContextType As ContextType

プロパティ値

接続先のターゲットのタイプを指定する ContextType 列挙値。

注釈

このプロパティは、アプリケーションがプリンシパル コンテキストを直接作成せず、コンテキストの種類を指定しない場合に使用されます。 たとえば、アプリケーションがグループ メンバーシップを列挙する場合、このプロパティを使用して、プリンシパルが属するストアの種類を決定できます。

適用対象