IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

XElementType Property

Indicates the data type of the current element.

Syntax

[VB.NET]
Public ReadOnlyProperty XElementType As JsonXElementTypes

[C#]
public JsonXElementTypes XElementType {get;}

enum JsonXElementTypes { etObject, etArray, etString, etNumber, etBool, etNull }

Remarks

This property specifies the data type of the current element. After setting XPath this property is populated. Possible values are:

  • 0 (Object)
  • 1 (Array)
  • 2 (String)
  • 3 (Number)
  • 4 (Bool)
  • 5 (Null)
  • 6 (Raw)

Note: This property is not applicable when parsing a document and BuildDOM is False.

This property is read-only.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]