SoapXml.SoapXmlObject class

Contains the XML string to be returned to the SOAP client.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject
    Microsoft.SharePoint.SoapServer.SoapXml.SoapString
    Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement

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

Syntax

'Declaration
Public MustInherit Class SoapXmlObject _
    Implements IDisposable
'Usage
Dim instance As SoapXml.SoapXmlObject
public abstract class SoapXmlObject : IDisposable

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

SoapXml.SoapXmlObject members

Microsoft.SharePoint.SoapServer namespace