PrincipalCollection.ICollection.Count 属性

定义

返回此集合中 Principal 对象的计数。

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

属性值

此集合中的对象计数 Principal

实现

属性

适用于