PrincipalCollection.Count 属性

定义

返回此集合中 Principal 对象的计数。Returns the count of Principal objects in this collection.

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

属性值

Int32

实现

属性

适用于