MapperFiltersDebugInfo Property |
Gets debug information for this filter. To append to DebugInfo use
AddDebugInfo(String).
DebugInfo can help a developer determine where a filter was added and what its purpose is.
See
DebugInfo for debug information on individual
MapperFilter items.
Note that this information is currently visible only in the debugger.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string DebugInfo { get; }
Public ReadOnly Property DebugInfo As String
Get
Property Value
Type:
StringSee Also