次の方法で共有


DirectoryEntry.Properties プロパティ

オブジェクトに設定されたプロパティの PropertyCollection を取得します。

Public ReadOnly Property Properties As PropertyCollection
[C#]
public PropertyCollection Properties {get;}
[C++]
public: __property PropertyCollection* get_Properties();
[JScript]
public function get Properties() : PropertyCollection;

プロパティ値

オブジェクトに設定されたプロパティの PropertyCollection

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

DirectoryEntry クラス | DirectoryEntry メンバ | System.DirectoryServices 名前空間 | PropertyCollection