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

The unique id used as a key to extranet forms. When the extranet foms are submitted, this will be checked for a match. If the key is compromised, the key will have to change and all the forms will need to be changed.

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

Syntax

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

See Also