DicomObjects.NET.V8
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 String
    'Usage
     
    Dim value As String
     
    DicomLicense.ProxyUsername = value
     
    value = DicomLicense.ProxyUsername
    public static string ProxyUsername {get; set;}
    public:
    static property String^ ProxyUsername {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also