[This is preliminary documentation and is subject to change.]

True if it is Evaluation

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsEval { get; set; }
Visual Basic (Declaration)
Public Property IsEval As Boolean
Visual C++
public:
property bool IsEval {
	bool get ();
	void set (bool value);
}

See Also