Node.SubItemDisplayNames Property

 

Gets or sets the collection of sub-item display names for the node. This collection is used if the node appears in a list view.

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

Syntax

public NodeSubItemDisplayNameCollection SubItemDisplayNames { get; set; }
public:
property NodeSubItemDisplayNameCollection^ SubItemDisplayNames {
    NodeSubItemDisplayNameCollection^ get();
    void set(NodeSubItemDisplayNameCollection^ value);
}
member SubItemDisplayNames : NodeSubItemDisplayNameCollection with get, set
Public Property SubItemDisplayNames As NodeSubItemDisplayNameCollection

Property Value

Type: Microsoft.ManagementConsole.NodeSubItemDisplayNameCollection

The collection of sub-item display names.

See Also

Node Class
Microsoft.ManagementConsole Namespace

Return to top