Node.DisplayName Property

 

Gets or sets the display name for the node.

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

Syntax

public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get();
    void set(String^ value);
}
member DisplayName : string with get, set
Public Property DisplayName As String

Property Value

Type: System.String

The display name for the node.

See Also

Node Class
Microsoft.ManagementConsole Namespace

Return to top