SelectionData.Description Property
Gets or sets the description for the currently selected items.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
The description
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top