Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ScopeNode object at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ScopeNode this[
int index
] { get; set; }
public:
property ScopeNode^ default[
int index
] {
ScopeNode^ get(int index);
void set(int index, ScopeNode^ value);
}
member Item :
index:int -> ScopeNode with get, set
Public Property Item (
index As Integer
) As ScopeNode
Parameters
index
Type: System.Int32The index of the scope node.
Property Value
Type: Microsoft.ManagementConsole.ScopeNode
The scope node at the specified index.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top