SoapHeaderFaultBinding::Part Property

 

Gets or sets a value indicating which MessagePart within the XML Web service the SoapHeaderFaultBinding applies to.

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

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

Property Value

Type: System::String^

The name of the MessagePart to which the SoapHeaderFaultBinding applies.

.NET Framework
Available since 1.1
Return to top
Show: