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 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