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.

SoapExtensionAttribute::Priority Property

 

When overridden in a derived class, gets or set the priority of the SOAP extension.

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

public:
property int Priority {
	virtual int get() abstract;
	virtual void set(int value) abstract;
}

Property Value

Type: System::Int32

The priority of the SOAP extension.

The following code example is a typical implementation of the Priority property.

SoapExtensionAttribute#3

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