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 */
public XmlQualifiedName get_Message ()

/** @property */
public void set_Message (XmlQualifiedName value)

public function get Message () : XmlQualifiedName

public function set Message (value : XmlQualifiedName)

Not applicable.

Property Value

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

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: