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


In This Topic
    AutoFeat Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AutoFeat As Boolean
    public bool AutoFeat {get; set;}
    public:
    property bool AutoFeat {
       bool get();
       void set (    bool value);
    }
    See Also