Returns true, if this mapping represents a fixed text mapping or a data source mapping.

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

Syntax

C#
public bool IsFixed { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFixed As Boolean
Visual C++
public:
property bool IsFixed {
	bool get ();
}

See Also