Versions.Version Property
NOTE: This API is now obsolete.
Gets or sets a version within the collection of versions supported by the data retrieval service adapter.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Version As String()
Get
Set
'Usage
Dim instance As Versions
Dim value As String()
value = instance.Version
instance.Version = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string[] Version { get; set; }
Property Value
Type: []
A string array that contains the version information.
Remarks
The version string consists of two parts, a major version (X) and a minor version (Y). When an adapter detects that the version in the request message is higher that the version it supports, it sends back a SOAP error message.