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

Determine if the account is the demo account

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

See Also