adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IServerProperties Interface / ServerVersion Property


In This Topic
    ServerVersion Property (IServerProperties)
    In This Topic
    The version of the adTempus server.
    Syntax
    'Declaration
     
    
    ReadOnly Property ServerVersion As String
    string ServerVersion {get;}
    property String^ ServerVersion {
       String^ get();
    }
    See Also