IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

ValueFormat Property

Format of data returned or set.

Syntax

[VB.NET]
Public Property ValueFormat As SoapsValueFormats

[C#]
public SoapsValueFormats ValueFormat {get; set;}

enum SoapsValueFormats { vfText, vfXML, vfFullXML }

Remarks

The ValueFormat property specifies the format of the data set or received into/from value properties such as XText, ReturnValue, and the Params collection .

The following are the possible values:

vfText (0)Textual data. Any '<', '>', and '&' characters are escaped to '&lt;', '&gt;', and '&amp;'.
vfXML (1)XML data. No escaping is performed.
vfFullXML (2)Same as vfXML, but including the enclosing element.

Default Value

2

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0