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

true if the newly registered user will be added to the contact

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

Syntax

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

See Also