SoapPTAdapter.c_szVersionEncodingScheme Field

NOTE: This API is now obsolete.

Specifies a complete processing instruction that includes utf-8 encoding.

Namespace:  Microsoft.SharePoint.Dsp.SoapPT
Assembly:  Microsoft.SharePoint.Dsp.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Const c_szVersionEncodingScheme As String
'Usage
Dim value As String

value = SoapPTAdapter.c_szVersionEncodingScheme
[ObsoleteAttribute("Use the Lists web service instead.")]
public const string c_szVersionEncodingScheme

Remarks

The value of this constant is "<?xml version="1.0" encoding="utf-8"?>".

See Also

Reference

SoapPTAdapter Class

SoapPTAdapter Members

Microsoft.SharePoint.Dsp.SoapPT Namespace