DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class / OutputItemList Property

In This Topic
    OutputItemList Property
    In This Topic
    the list when no event is specified
    Syntax
    'Declaration
     
    Public Property OutputItemList As List(Of IDictionary)
    public List<IDictionary> OutputItemList {get; set;}
    See Also