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


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