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
     
    
    <CanBeNullAttribute()>
    Public Function GetFeatureInformation( _
       ByVal featureKey As String _
    ) As FeatureInformation
    [CanBeNull()]
    public FeatureInformation GetFeatureInformation( 
       string featureKey
    )
    [CanBeNull()]
    public:
    FeatureInformation^ GetFeatureInformation( 
       String^ featureKey
    ) 

    Parameters

    featureKey

    Return Value

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