DirectoryEntry.Properties プロパティ

定義

この DirectoryEntry オブジェクトの Active Directory ドメイン サービスのプロパティを取得します。

public:
 property System::DirectoryServices::PropertyCollection ^ Properties { System::DirectoryServices::PropertyCollection ^ get(); };
public System.DirectoryServices.PropertyCollection Properties { get; }
[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSProperties")]
public System.DirectoryServices.PropertyCollection Properties { get; }
member this.Properties : System.DirectoryServices.PropertyCollection
[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSProperties")>]
member this.Properties : System.DirectoryServices.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

プロパティ値

このエントリに設定されるプロパティが格納された PropertyCollection オブジェクト。

属性

注釈

プロパティが初期化されていない場合は、 Properties ADSI インターフェイス IADs::Get メソッドを呼び出して、キャッシュから値を取得します。 アンダーリング キャッシュが読み込まれていない場合、 IADs::Get はIADs::GetInfo を暗黙的に呼び出します。 このメソッドは、キャッシュに設定されていないサポートされているプロパティの値を基になるディレクトリ ストアから読み込みます。 の後続の 呼び出し Properties では、キャッシュ内のプロパティ値のみが取得されます。 プロパティ キャッシュの読み込みを制御するには、 を呼び出します RefreshCache

メモプロパティはProperties、Windows NT 4.0 の Active Directory クライアント拡張機能 (DSClient) での使用はサポートされていません。

適用対象

こちらもご覧ください