Versions Class

Represents the versions of the data retrieval service that are supported by an adapter or the versions being used in a query.

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    [DspSts Web service].Versions

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class Versions _
    Inherits SoapHeader
'Usage
Dim instance As Versions
[SerializableAttribute]
public class Versions : SoapHeader

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Versions Members

DspSts Web Service