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

In This Topic
    GetServerPropertyString Method
    In This Topic
    Returns the server property with the specified key.
    Syntax
    'Declaration
     
    
    Public Function GetServerPropertyString( _
       ByVal key As String _
    ) As String
    public string GetServerPropertyString( 
       string key
    )

    Parameters

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

    Return Value

    The value of the requested property, or null (Nothing) if the property does not exist.
    Remarks
    No string properties are currently defined.
    See Also