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 node sub-item display name at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string this[
int index
] { get; set; }
public:
property String^ default[
int index
] {
String^ get(int index);
void set(int index, String^ value);
}
member Item :
index:int -> string with get, set
Public Property Item (
index As Integer
) As String
Parameters
index
Type: System.Int32The index of the node sub-item display name.
Property Value
Type: System.String
The node sub-item display name at the specified index.
See Also
NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace
Return to top