DebuggerDisplayAttribute Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Name | Gets or sets the name to display in the debugger variable windows. |
| Target | Gets or sets the type of the attribute's target. |
| TargetTypeName | Gets or sets the type name of the attribute's target. |
| Type | Gets or sets the string to display in the type column of the debugger variable windows. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute) |
| Value | Gets the string to display in the value column of the debugger variable windows. |