Versions Class

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

Web Service: List Data RetrievalWeb Reference: http://<Site>/_vti_bin/DspSts.asmx

Syntax

<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/dsp")> _
<DesignerCategoryAttribute("code")> _
<XmlRootAttribute("versions", Web Service:="http://schemas.microsoft.com/sharepoint/dsp", IsNullable:=False)> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
Public Class Versions
    Inherits SoapHeader

Dim instance As Versions
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/dsp")] 
[DesignerCategoryAttribute("code")] 
[XmlRootAttribute("versions", Web Service="http://schemas.microsoft.com/sharepoint/dsp", IsNullable=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
public class Versions : SoapHeader

Remarks

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

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    List Data Retrieval.Versions

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
List Data Retrieval Web Service