SearchResultCollection::Count Property

 

Gets the number of SearchResult objects 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 SearchResult objects in this collection.

.NET Framework
Available since 1.1
Return to top
Show: