[This is preliminary documentation and is subject to change.]
Returns true if the current version is the evaluation version.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsEvaluation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsEvaluation As Boolean |
Visual C++ |
---|
public: property bool IsEvaluation { bool get (); void set (bool value); } |