System.Diagnostics.DebuggerDisplayAttribute.Name Property

Gets or sets the name to display in the debugger variable windows.

Syntax

public string Name { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The value can contain curly braces ({ and }). Text within a pair of braces is evaluated as the name of a field, property, or method.

Requirements

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0