DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonValueObject Class / JsonValueObject Constructor

In This Topic
    JsonValueObject Constructor
    In This Topic
    JsonParsedObject basic constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal type As Newtonsoft.Json.JsonToken _
    )
    public JsonValueObject( 
       object value,
       Newtonsoft.Json.JsonToken type
    )

    Parameters

    value
    type
    See Also