SoapDataSource class

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.HierarchicalDataSourceControl
      Microsoft.SharePoint.WebControls.BaseXmlDataSource
        Microsoft.SharePoint.WebControls.SoapDataSource

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SoapDataSource _
    Inherits BaseXmlDataSource _
    Implements IDataSource
'Usage
Dim instance As SoapDataSource
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SoapDataSource : BaseXmlDataSource, 
    IDataSource

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

SoapDataSource members

Microsoft.SharePoint.WebControls namespace