adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FtpServer Class / PassiveHostAddress Property


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