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

ValueFormat Property

Format of data returned or set.

Syntax

[VB.NET]
Public Property ValueFormat As SoapValueFormats

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

enum SoapValueFormats { 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, not including the enclosing element tags. No escaping is performed for the XML data, but element data (such as element attributes) will be escaped.
vfFullXML (2)Same as vfXML, but including the enclosing element. No escaping is performed for both the XML data and the XML element.

Default Value

1

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