DebuggerVisualizerAttribute::Description Property

 

Gets or sets the description of the visualizer.

Namespace:   System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The description of the visualizer.

.NET Framework
Available since 2.0
Return to top
Show: