Returns true if this property is fixed. Fixed properties are not read while importing the XML data and therefore are treated as read-only.

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

Syntax

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

See Also