DirectoryEntry::Properties Property
Gets the Active Directory Domain Services properties for this DirectoryEntry object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
[DSDescriptionAttribute(L"DSProperties")] [BrowsableAttribute(false)] public: property PropertyCollection^ Properties { PropertyCollection^ 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.