adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / FeatureAvailable Method


In This Topic
    FeatureAvailable Method
    In This Topic
    Determines whether the specified feature is available on the server.
    Syntax
    'Declaration
     
    
    Public Function FeatureAvailable( _
       ByVal featureKey As String _
    ) As Boolean
    public bool FeatureAvailable( 
       string featureKey
    )
    public:
    bool FeatureAvailable( 
       String^ featureKey
    ) 

    Parameters

    featureKey
    See Also