Freigeben über


DirectoryEntry.Properties-Eigenschaft

Ruft die Active Directory-Eigenschaften für dieses DirectoryEntry-Objekt ab.

Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyCollection
'Usage
Dim instance As DirectoryEntry
Dim value As PropertyCollection

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
/** @property */
public PropertyCollection get_Properties ()
public function get Properties () : PropertyCollection

Eigenschaftenwert

Ein PropertyCollection-Objekt, das die für diesen Eintrag festgelegten Eigenschaften enthält.

Hinweise

Hinweis   Die Properties-Eigenschaft wird nicht für die Verwendung mit Active Directory Client Extension (DSClient) für Windows NT 4.0 unterstützt.

.NET Framework-Sicherheit

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

DirectoryEntry-Klasse
DirectoryEntry-Member
System.DirectoryServices-Namespace
PropertyCollection