NewPassword property

Specifies a new MobiLink password for the user specified with UserName.

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

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

Remarks

A new password takes effect after the next synchronization.

See also