GPPermissionCollection.Count Property

 

Gets the number of items in the collection.

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

Syntax

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

Returns Int32. The number of items in the collection.

Implements

ICollection<T>.Count

See Also

GPPermissionCollection Class
Microsoft.GroupPolicy Namespace

Return to top