MapperCommandSourceName Property |
Gets/set the name of the source for this command.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string SourceName { get; set; }
Public Property SourceName As String
Get
Set
Property Value
Type:
String
Remarks
This is primarily intended for developer use during implementation and debugging.
For example, for items created from NavTargets, this will be the name of the parent Navigator.
See Also