Click or drag to resize

ENVELOPE_FORMAT Enumeration

Linkar Framework for .NET and Core


Used by the SendCommand operations to indicate in which format the operation is being performed.

Namespace: Linkar.Commands
Assembly: Linkar.Commands (in Linkar.Commands.dll) Version: 2.3.1
Syntax
public enum ENVELOPE_FORMAT
Members
Member nameValueDescription
XML0 The operation is specified in XML format.
JSON1 The operation is specified in JSON format.
See Also