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

In This Topic
    Port Property (FtpServer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Port As Nullable(Of Integer)
    public Nullable<int> Port {get; set;}
    See Also