Share via


SoapXml.SoapXmlObject.OuterXml property

Gets or sets the XML string to be returned to the SOAP client.

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

Syntax

'Declaration
Public Property OuterXml As String
    Get
    Set
'Usage
Dim instance As SoapXml.SoapXmlObject
Dim value As String

value = instance.OuterXml

instance.OuterXml = value
public string OuterXml { get; set; }

Property value

Type: System.String
A string that contains the XML to be returned to the SOAP client.

See also

Reference

SoapXml.SoapXmlObject class

SoapXml.SoapXmlObject members

Microsoft.SharePoint.SoapServer namespace