DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / ProxyPassword Property



In This Topic
    ProxyPassword Property
    In This Topic
    Password to be used if the machine's web proxy requires authentication.
    Syntax
    'Declaration
     
    Public Shared Property ProxyPassword As String
    'Usage
     
    Dim value As String
     
    DicomLicense.ProxyPassword = value
     
    value = DicomLicense.ProxyPassword
    public static string ProxyPassword {get; set;}
    public:
    static property String^ ProxyPassword {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also