ViewDescription.DisplayName Property
Gets or sets the display name for the related view.
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
Remarks
Setting this property does not change the display name for existing view instances. Only future view instances are affected. The display name of a view description must not be empty or null when a view description instance is added to a view description collection.
See Also
ViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top