FreeFlow class library

User Constructor 

Initializes a new instance of the User class for the specified user.

[Visual Basic]
Overloads Public Sub New( _
   ByVal server As Server, _
   ByVal userName As String _
)
[C#]
public User(
   Server server,
   string userName
);

Parameters

server
The server.
userName
Name of the user.

See Also

User Class | FreeFlow.Administration Namespace