This documentation is archived and is not being maintained.
SoapHeaderBinding.Fault Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the extension type controlling the output in a WSDL document for the headerfault XML element of a SOAP header.
[Visual Basic] Public Property Fault As SoapHeaderFaultBinding [C#] public SoapHeaderFaultBinding Fault {get; set;} [C++] public: __property SoapHeaderFaultBinding* get_Fault(); public: __property void set_Fault(SoapHeaderFaultBinding*); [JScript] public function get Fault() : SoapHeaderFaultBinding; public function set Fault(SoapHeaderFaultBinding);
Property Value
A SoapHeaderFaultBinding representing the SOAP header types used to transmit error information.
Remarks
This property did not exist in version 1.0 of the Microsoft .NET Framework SDK.
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
SoapHeaderBinding Class | SoapHeaderBinding Members | System.Web.Services.Description Namespace | SoapHeaderFaultBinding
Show: