SoapHeaderFaultBinding.Message Property

Definition

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

public:
 property System::Xml::XmlQualifiedName ^ Message { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName Message { get; set; }
member this.Message : System.Xml.XmlQualifiedName with get, set
Public Property Message As XmlQualifiedName

Property Value

An XmlQualifiedName representing the name of the Message. The default value is Empty.

Applies to