adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ServerSettings Class / ServerOptions Property


In This Topic
    ServerOptions Property
    In This Topic
    The server options
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ServerOptions As OptionCollection
    [NotNull()]
    public OptionCollection ServerOptions {get;}
    [NotNull()]
    public:
    property OptionCollection^ ServerOptions {
       OptionCollection^ get();
    }
    See Also