DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class / SetIncludeParentJsonPath Method

In This Topic
    SetIncludeParentJsonPath Method
    In This Topic
    Indicates if the response should contain the Parent Json Path.
    Syntax
    'Declaration
     
    Public Sub SetIncludeParentJsonPath( _
       ByVal includeParentJsonPath As Boolean _
    ) 
    public void SetIncludeParentJsonPath( 
       bool includeParentJsonPath
    )

    Parameters

    includeParentJsonPath
    See Also