Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / Get Method
The item key.

In This Topic
    Get Method (FlexPivotEngineProviderManager)
    In This Topic
    Gets the instance which is mapped to the specified key.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal key As String _
    ) As IFlexPivotEngineProvider

    Parameters

    key
    The item key.

    Return Value

    The item.
    See Also