Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlFormatExtensionAttribute::ExtensionPoints Property

 

The stages at which the service description format extension is to run.

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

public:
property array<Type^>^ ExtensionPoints {
	array<Type^>^ get();
	void set(array<Type^>^ value);
}

Property Value

Type: array<System::Type^>^

An array of Type that specifies the stage at which the service description format extension is to run.

The list of available types with which a service description format extension can run include those built into ASP.NET and any custom types configured on the Web server. The types built into ASP.NET that can run with a service description format extension are in the following list:

These classes all refer to sections, within a service description, that are generated by ASP.NET.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft