adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProxySettings Class / ProxyAddress Property


In This Topic
    ProxyAddress Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ProxyAddress As String
    public string ProxyAddress {get; set;}
    public:
    property String^ ProxyAddress {
       String^ get();
       void set (    String^ value);
    }
    See Also