Gets a value indicating whether this property tracks the item version.

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

Syntax

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

Field Value

true if this property tracks the version; otherwise, false.

See Also