Share via


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
    WebSvcDspSts.Versions

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcDspSts namespace