GPPermissionCollection.ICollection.Count Property

 

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

int ICollection.Count { get; }
private:
property int Count {
    virtual int get() sealed = ICollection::Count::get;
}
private abstract Count : int with get
private override Count : int with get
Private ReadOnly Property Count As Integer Implements ICollection.Count

Property Value

Type: System.Int32

Implements

ICollection.Count

See Also

GPPermissionCollection Class
Microsoft.GroupPolicy Namespace

Return to top