| 
            
              FtpClientMinActivePort Property
             | 
          
        
        
            Gets or sets the minimum value in the range of ports
            used when listening for connections in active mode.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int? MinActivePort { get; set; }Public Property MinActivePort As Integer?
	Get
	Set
public:
property Nullable<int> MinActivePort {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member MinActivePort : Nullable<int> with get, set
function get_MinActivePort();
function set_MinActivePort(value);
 View SourceProperty Value
NullableInt32
See Also