adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetServerPropertyBool Method
The name of the property to return. See Remarks.


In This Topic
    GetServerPropertyBool Method
    In This Topic
    Returns the server property with the specified key.
    Syntax
    'Declaration
     
    
    Public Function GetServerPropertyBool( _
       ByVal key As String _
    ) As Nullable(Of Boolean)
    public Nullable<bool> GetServerPropertyBool( 
       string key
    )
    public:
    Nullable<bool> GetServerPropertyBool( 
       String^ key
    ) 

    Parameters

    key
    The name of the property to return. See Remarks.

    Return Value

    The value of the requested property, or a null reference (Nothing in Visual Basic) if the property does not exist.
    Remarks
    The following key values are defined:
    databaseislocal Indicates whether the adTempus database is on the same computer as the adTempus server.
    allowinteractivejobs Indicates whether interactive jobs are allowed on the server..
    See Also