DirectoryEntry.Properties Property
Gets the Active Directory Domain Services properties for this DirectoryEntry object.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
[DSDescriptionAttribute("DSProperties")] [BrowsableAttribute(false)] public PropertyCollection Properties { get; }
Property Value
Type: System.DirectoryServices.PropertyCollectionA PropertyCollection object that contains the properties that are set on this entry.
If the property is not initialized, Properties calls the ADSI interface IADs::Get method to retrieve the value from the cache. If the underling cache has not been loaded, IADs::Get implicitly calls IADs::GetInfo. This method loads the values of the supported properties that have not been set in the cache from the underlying directory store. Subsequent calls to Properties retrieves the property values in the cache only. To control property cache loading, call RefreshCache.
Note The Properties property is not supported for use with the Active Directory Client Extension (DSClient) for Windows NT 4.0.
- DirectoryServicesPermission
To retrieve the properties.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.