UserName property

The user name that uniquely identifies the MobiLink client to the MobiLink server.

Syntax
Visual Basic
Public Property UserName As String
C#
public string  UserName { get; set; }
Property value

A string specifying the user name. This parameter has no default value, and must be explicitly set.

Remarks

The MobiLink server uses this value to determine the download content, to record the synchronization state, and to recover from interruptions during synchronization. This user name and password are separate from any database user ID and password, and serve to identify and authenticate the application to the MobiLink server.

See also