SelectedNodeCollection.Count Property

 

Gets the number of items in the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.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

The number of nodes in the collection

Implements

ICollection.Count

See Also

SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top