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

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