FaultBinding::Extensions Property
.NET Framework (current version)
Gets the collection of extensibility elements associated with the current FaultBinding.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescriptionFormatExtensionCollection^ Extensions { virtual ServiceDescriptionFormatExtensionCollection^ get() override; }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionFormatExtensionCollection^A ServiceDescriptionFormatExtensionCollection. The default value is a collection with a Count of zero.
The following example demonstrates a typical use of the Extensions property.
FaultBindingCollection_Add#1
.NET Framework
Available since 1.1
Available since 1.1
Show: