Click or drag to resize

DATAFORMATSCH_TYPE Enumeration

Specify the output formats of LkSchemas and LkProperties operations(For other operations, see DATAFORMAT_TYPE).

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public enum DATAFORMATSCH_TYPE
Members
  Member nameValueDescription
MV1 Show the results of the operation in MV format.
XML2 Show the results of the operation in XML format.
JSON3 Show the results of the operation in JSON format.
TABLE4 Show the results of the operation in TABLE format.
See Also