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
     
    
    <CanBeNullAttribute()>
    Public Function GetServerPropertyString( _
       ByVal key As String _
    ) As String
    [CanBeNull()]
    public string GetServerPropertyString( 
       string key
    )
    [CanBeNull()]
    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 a null reference (Nothing in Visual Basic) if the property does not exist.
    Remarks
    No string properties are currently defined.
    See Also