SoapHeaderMapping::Custom Property

 

Gets a Boolean value that indicates whether the SOAP header mapping is custom-defined.

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

public:
property bool Custom {
	bool get();
}

Property Value

Type: System::Boolean

true if the SOAP header mapping is custom-defined; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: