Share via


StsAdapter.versions Property

Gets or sets the version of the data retrieval service targeted by a particular client request.

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

Syntax

'Declaration
Public Property versions As Versions
    Get
    Set
'Usage
Dim instance As StsAdapter
Dim value As Versions

value = instance.versions

instance.versions = value
public Versions versions { get; set; }

Property Value

Type: [DspSts Web service].Versions
A Versions object that specifies the version of the data retrieval service. When query execution finishes, this property contains the actual version or versions supported by a particular adapter.

Remarks

The Versions property corresponds to the <dsp:versions> SOAP header.

See Also

Reference

StsAdapter Class

StsAdapter Members

DspSts Web Service