Versions.Version Property

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

Public Property Version As String()
    Get
    Set

Dim instance As Versions
Dim value As String()

value = instance.Version

instance.Version = value
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.

See Also

Reference

Versions Class

Versions Members

Microsoft.SharePoint.Dsp Namespace