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

True if the implementation is for OfficeClip express

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

Syntax

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

See Also