Initializes a new UserProfile instance.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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
 The name of the user profile.





