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

In This Topic
    GetFeatureInformation Method
    In This Topic
    Gets information about the feature with the specified key.
    Syntax
    'Declaration
     
    
    Public Function GetFeatureInformation( _
       ByVal featureKey As String _
    ) As FeatureInformation
    public FeatureInformation GetFeatureInformation( 
       string featureKey
    )

    Parameters

    featureKey

    Return Value

    A ArcanaDevelopment.adTempus.Shared.FeatureInformation object with information about the feature, or null (Nothing) if the requested feature is not available.
    See Also