Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.