Partager via


SoapXml.SoapXmlObject.OuterXml - Propriété

Obtient ou définit la chaîne XML à retourner au client SOAP.

Espace de noms :  Microsoft.SharePoint.SoapServer
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property OuterXml As String
    Get
    Set
'Utilisation
Dim instance As SoapXml.SoapXmlObject
Dim value As String

value = instance.OuterXml

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

Valeur de propriété

Type : System.String
Chaîne qui contient le code XML pour être retourné au client SOAP.

Voir aussi

Référence

SoapXml.SoapXmlObject classe

SoapXml.SoapXmlObject - Membres

Microsoft.SharePoint.SoapServer - Espace de noms