SoapMethodResult.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.