Returns the fixed text to be used for the mapping. null will be returned if this object represents a mapping with the data source.

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

Syntax

C#
public string FixedText { get; private set; }
Visual Basic (Declaration)
Public Property FixedText As String
Visual C++
public:
property String^ FixedText {
	String^ get ();
	void set (String^ value);
}

See Also