SoapMethodResult.Result Property

Definition

Gets XML data that will be included in the SOAP response.

public System.Xml.XmlNode Result { get; }
member this.Result : System.Xml.XmlNode
Public ReadOnly Property Result As XmlNode

Property Value

XML data that will be included in the SOAP response.

Applies to