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