NodeSubItemDisplayNameCollection.Item Property (Int32)
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