DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / ProxyUsername Property






In This Topic
    ProxyUsername Property
    In This Topic
    Username to be used if the machine's web proxy requires authentication.
    Syntax
    'Declaration
     
    
    Public Shared Property ProxyUsername As System.String
    'Usage
     
    
    Dim value As System.String
     
    DicomLicense.ProxyUsername = value
     
    value = DicomLicense.ProxyUsername
    public static System.string ProxyUsername {get; set;}
    public read-write property ProxyUsername: System.String; static; 
    public static function get,set ProxyUsername : System.String
    public: __property static System.string* get_ProxyUsername();
    public: __property static void set_ProxyUsername( 
       System.string* value
    );
    public:
    static property System.String^ ProxyUsername {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also