Click or drag to resize

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)
Syntax
public string SourceName { 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