Password property

The MobiLink password for the user specified by UserName.

Syntax
Visual Basic

Public Property Password As String
C#

public string  Password  { get; set; }
Property value

A string specifying the MobiLink password. The default is a null reference (Nothing in Visual Basic), meaning no password is specified.

Remarks

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