DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonValueObject Class / Type Property

In This Topic
    Type Property (JsonValueObject)
    In This Topic
    Json Value Type.
    Syntax
    'Declaration
     
    Public Property Type As Newtonsoft.Json.JsonToken
    public Newtonsoft.Json.JsonToken Type {get; set;}
    See Also