SoapHeaderMapping::Repeats Property

 

Gets a Boolean value that indicates whether the SOAP header mapping repeats.

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

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

Property Value

Type: System::Boolean

true if the SOAP header mapping repeats; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: