Compartir a través de


DisplayNameNodeId.DisplayName Property

 

Gets or sets the display name for used to identify 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

See Also

DisplayNameNodeId Class
Microsoft.ManagementConsole Namespace

Return to top