Share via


Versions.version Property

Gets or sets a version within the collection of versions supported by the data retrieval service adapter.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property version As String()
    Get
    Set
'Usage
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 later that the version it supports, it sends a SOAP error message.

See Also

Reference

Versions Class

Versions Members

DspSts Web Service