SoapHeaderFaultBinding::Message Property
.NET Framework (current version)
Gets or sets a value specifying the name of the Message within the XML Web service to which the SoapHeaderFaultBinding applies.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property XmlQualifiedName^ Message { XmlQualifiedName^ get(); void set(XmlQualifiedName^ value); }
Property Value
Type: System.Xml::XmlQualifiedName^An XmlQualifiedName representing the name of the Message. The default value is Empty.
.NET Framework
Available since 1.1
Available since 1.1
Show: