SoapHeaderFaultBinding::Message Property

 

Gets or sets a value specifying the name of the Message within the XML Web service to which the SoapHeaderFaultBinding applies.

Namespace:   System.Web.Services.Description
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
Return to top
Show: