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

Returns the demo guard alert string to be used by the javascript that shows the alert if any restricted function is attempted on the demo account.

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

Syntax

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

See Also