In This Topic
Password to be used if the machine's web proxy requires authentication.
Syntax
'Declaration
Public Shared Property ProxyPassword As System.String
'Usage
Dim value As System.String
DicomLicense.ProxyPassword = value
value = DicomLicense.ProxyPassword
public static System.string ProxyPassword {get; set;}
public read-write property ProxyPassword: System.String; static;
public static function get,set ProxyPassword : System.String
public: __property static System.string* get_ProxyPassword();
public: __property static void set_ProxyPassword(
System.string* value
);
public:
static property System.String^ ProxyPassword {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also