SoapHeaderBinding::Fault Property

 

Gets or sets the extension type controlling the output in a WSDL document for the headerfault XML element of a SOAP header.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property SoapHeaderFaultBinding^ Fault {
	SoapHeaderFaultBinding^ get();
	void set(SoapHeaderFaultBinding^ value);
}

Property Value

Type: System.Web.Services.Description::SoapHeaderFaultBinding^

A SoapHeaderFaultBinding representing the SOAP header types used to transmit error information.

This property did not exist in version 1.0 of the Microsoft .NET Framework SDK.

.NET Framework
Available since 1.1
Return to top
Show: