Password Property (MySqlHttpOptions)
In This Topic
Gets or sets the password for HTTP authorization.
Syntax
|
|---|
'Declaration
Public Property Password As String |
|
|---|
public string Password {get; set;} |
Property Value
The password for HTTP authorization.
See Also