DirectoryEntry.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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) での使用はサポートされていません。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET