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


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