MapperFilterDebugInfo Property |
Gets/sets debug information for this filter.
DebugInfo can help a developer determine where a filter was added and what its purpose is.
See
DebugInfo for debug information on a
MapperFilters collection.
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; set; }
Public Property DebugInfo As String
Get
Set
Property Value
Type:
StringSee Also