ProxySettingsPassword Property | |
Gets or sets Proxy Password.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
public string Password { get; set; }
public:
[DefaultValueAttribute(L"")]
virtual property String^ Password {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Password();
function set_Password(value);
Property Value
Type:
StringSee Also