DebuggerVisualizerAttribute::TargetTypeName Property

 

Gets or sets the fully qualified type name when the attribute is applied at the assembly level.

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

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

Property Value

Type: System::String^

The fully qualified type name of the target type.

If the target was specified by type (rather than by type name), the name returned is the AssemblyQualifiedName property of the target type.

.NET Framework
Available since 2.0
Return to top
Show: