PropertyCollection::Values Property

 

Gets the values of the properties in this collection.

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

public:
property ICollection^ Values {
	virtual ICollection^ get() sealed;
}

Property Value

Type: System.Collections::ICollection^

An ICollection that contains the values of the properties in this collection.

When accessing members of the Values property, a COMException exception might be thrown due to an error while accessing the underlying interface.

.NET Framework
Available since 1.1
Return to top
Show: