The list of mappings. For any destination of the template, where there is no mapping entry in this list, nothing will be changed.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<InfigoMappingData> Mapping { get; set; }
Visual Basic (Declaration)
Public Property Mapping As List(Of InfigoMappingData)
Visual C++
public:
property List<InfigoMappingData^>^ Mapping {
	List<InfigoMappingData^>^ get ();
	void set (List<InfigoMappingData^>^ value);
}

See Also