Instantiates a new UserProfile with the given name

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public UserProfile(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
UserProfile(
	String^ name
)

Parameters

name
Type: System..::.String

See Also