Click or drag to resize

MapperExtensionBaseProperties Property

Returns this instance's properties.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Properties Properties { get; set; }

Property Value

Type: Properties

Implements

IExtensionProperties
Remarks
Note that Properties, unlike TextItems, are stored on a per-instance basis.
See Also