This documentation is archived and is not being maintained.
SoapHeaderFaultBinding.Message Property
.NET Framework 1.1
Gets or sets a value specifying the name of the Message within the XML Web service to which the SoapHeaderFaultBinding applies.
[Visual Basic] Public Property Message As XmlQualifiedName [C#] public XmlQualifiedName Message {get; set;} [C++] public: __property XmlQualifiedName* get_Message(); public: __property void set_Message(XmlQualifiedName*); [JScript] public function get Message() : XmlQualifiedName; public function set Message(XmlQualifiedName);
Property Value
An XmlQualifiedName representing the name of the Message. The default value is Empty.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SoapHeaderFaultBinding Class | SoapHeaderFaultBinding Members | System.Web.Services.Description Namespace
Show: