adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / ProxyUserID Property


In This Topic
    ProxyUserID Property
    In This Topic
    The user ID to use when connecting with a proxy
    Syntax
    'Declaration
     
    
    Public Property ProxyUserID As String
    public string ProxyUserID {get; set;}
    public:
    property String^ ProxyUserID {
       String^ get();
       void set (    String^ value);
    }
    See Also