Maps the index of the fields in the subscription to the index of the fields in the Event notification

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Dictionary<int, int> FieldsMapping { get; set; }
Visual Basic
Public Property FieldsMapping As Dictionary(Of Integer, Integer)
	Get
	Set
JScript
function get FieldsMapping () : Dictionary<int, int>
function set FieldsMapping (value : Dictionary<int, int>)

See Also