| ENVELOPE_FORMAT Enumeration |
Used by the SendCommand operations to indicate in which format the operation is being performed.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public enum ENVELOPE_FORMAT
Public Enumeration ENVELOPE_FORMAT
public enum class ENVELOPE_FORMAT
Members
| Member name | Value | Description |
---|
| XML | 0 |
Operation is specified in XML format.
|
| JSON | 1 |
The operation is specified in JSON format.
|
See Also