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