FaultBinding::Extensions Property

 

Gets the collection of extensibility elements associated with the current FaultBinding.

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

public:
property ServiceDescriptionFormatExtensionCollection^ Extensions {
	virtual ServiceDescriptionFormatExtensionCollection^ get() override;
}

The following example demonstrates a typical use of the Extensions property.

FaultBindingCollection_Add#1

.NET Framework
Available since 1.1
Return to top
Show: