PrincipalCollection.Count Property

Definition

Returns the count of Principal objects in this collection.

public:
 property int Count { int get(); };
public int Count { get; }
public int Count { [System.Security.SecurityCritical] get; }
member this.Count : int
[<get: System.Security.SecurityCritical>]
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of Principal contained in the collection.

Implements

Attributes

Applies to