PropertyCollection::Count Property

 

Gets the number of properties in this collection.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of properties in this collection.

Exception Condition
COMException

An error occurred during the call to the underlying interface.

NotSupportedException

The directory cannot report the number of properties.

The Internet Information Services (IIS), and WinNT providers do not currently support Count, so each will throw a NotSupportedException.

.NET Framework
Available since 1.1
Return to top
Show: