言語

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

適用対象