Password Property
The user's password.
Syntax
[VB.NET] Public Property Password As String
[C#] public string Password {get; set;}
Remarks
This property specifies the user's password. This must be set before calling Authenticate.
Default Value
""