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


In This Topic
    ActivePortRangeEnd Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ActivePortRangeEnd As Nullable(Of Integer)
    public Nullable<int> ActivePortRangeEnd {get; set;}
    public:
    property Nullable<int> ActivePortRangeEnd {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    See Also