DirectoryEntry.Properties
The Properties property gets a PropertyCollection of properties set on this object.
public PropertyCollection Properties {get;}
Public ReadOnly Property Properties As PropertyCollection
Property Value
A PropertyCollection of properties set on this object.
Remarks
Note The Properties property is not supported for use with the Active Directory Client Extension (DSClient) for Windows NT 4.0.
Requirements
Client | Requires Windows XP Home Edition, Windows XP Professional, Windows Me, or Windows 98. |
Server | Requires Windows Server 2003, Windows 2000, or Windows NT 4.0. |
Namespace | Defined in System.DirectoryServices. |
Assembly | Requires System.DirectoryServices (in System.DirectoryServices.dll). |
.NET Framework | Requires .NET Framework 1.0. |