adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / IsMaster Property


In This Topic
    IsMaster Property
    In This Topic
    Indicates whether the server is a Master (EngineMode is Master).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMaster As Boolean
    public bool IsMaster {get;}
    public:
    property bool IsMaster {
       bool get();
    }
    See Also