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: