SoapExtensionAttribute::Priority Property
.NET Framework (current version)
When overridden in a derived class, gets or set the priority of the SOAP extension.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property int Priority { virtual int get() abstract; virtual void set(int value) abstract; }
The following code example is a typical implementation of the Priority property.
SoapExtensionAttribute#3
.NET Framework
Available since 1.1
Available since 1.1
Show: