Click or drag to resize

RemoteMapperMapperKey Property

Gets the key name for the mapper represented by the derived class. Must be overridden in the derived class.

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract string MapperKey { get; }

Property Value

Type: String
See Also