HttpDataSet.Password Property
Gets or sets the password used for basic authentication on the server.
Syntax
public System.String Password { get; set; }
Property Value
Default: ""
A basic authentication password used when communicating with the server.
Remarks
If you don't want to have passwords in your configuration files, you can use a ConfigurationParameter to supply the password.
Platforms
Windows, Linux, Android