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 property has no default value, and must be explicitly set.

Remarks

The MobiLink server uses this value to locate the file to download. The MobiLink 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