Versions Class

NOTE: This API is now obsolete.

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
    Microsoft.SharePoint.Dsp.Versions

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Class Versions _
    Inherits SoapHeader
'Usage
Dim instance As Versions
[ObsoleteAttribute("Use the Lists web service instead.")]
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

Microsoft.SharePoint.Dsp Namespace