PrincipalContext.Name プロパティ

定義

コンストラクター内の name パラメーターとして指定された値を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

コンテキストの種類のドメインまたはサーバー Domain の名前、コンテキストの種類の Machine ホスト名、インスタンスをホストしている ApplicationDirectory サーバーの名前、または null 名前が設定されていない場合。

適用対象