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

The activation code of the user record.

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

Syntax

C#
public string ActivationCode { get; set; }
Visual Basic (Declaration)
Public Property ActivationCode As String
Visual C++
public:
property String^ ActivationCode {
	String^ get ();
	void set (String^ value);
}

Remarks

The activation code is set when an user is invited. The activation code is sent to the user via email. The invited user should use the same activation code to activate OfficeClip account.

See Also