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

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