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

Checks if the current account is the demo account, if it is a demo account, the return value is an error, if not, the return value is an empty string.

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

Syntax

C#
public static string CheckDemoGuard { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CheckDemoGuard As String
Visual C++
public:
static property String^ CheckDemoGuard {
	String^ get ();
}

See Also