SoapFaultBinding::Name Property

 

Gets or sets the value of the name attribute that relates the soap fault to the wsdl fault defined for the specified operation.

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

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String object that contains the name attribute that relates the soap fault to the wsdl fault defined for the operation.

.NET Framework
Available since 2.0
Return to top
Show: