SelectionData.DisplayName Property
Gets or sets the display name for the currently selected items.
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
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top