IdentityReferenceCollection::Count Property

 

Gets the number of items in the IdentityReferenceCollection collection.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

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

Property Value

Type: System::Int32

The number of IdentityReference objects in the IdentityReferenceCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: