Attach a new profile object to a user on creation. Will not affect existing users.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool CreateOnProfileByDefault { get; set; }
Visual Basic
Property CreateOnProfileByDefault As Boolean
	Get
	Set
Visual C++
property bool CreateOnProfileByDefault {
	bool get ();
	void set (bool value);
}

See Also