ResultNodeCollection.Item Property (Int32)

 

Gets or sets the ResultNode object at the specified index.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public ResultNode this[
    int index
] { get; set; }
public:
property ResultNode^ default[
    int index
] {
    ResultNode^ get(int index);
    void set(int index, ResultNode^ value);
}
member Item : 
        index:int -> ResultNode with get, set
Public Property Item (
    index As Integer
) As ResultNode

Parameters

Property Value

Type: Microsoft.ManagementConsole.ResultNode

The result node at the specified index.

See Also

ResultNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top