SoapExtensionTypeElement.Priority Property

Definition

Gets or sets the value that indicates the relative order in which a SOAP extension runs when multiple SOAP extensions are specified.

public:
 property int Priority { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("priority", DefaultValue=0, IsKey=true)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Priority { get; set; }
[<System.Configuration.ConfigurationProperty("priority", DefaultValue=0, IsKey=true)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Priority : int with get, set
Public Property Priority As Integer

Property Value

A Int32 whose value determines relative order in which a SOAP extension runs.

Attributes

Remarks

Within each group the priority attribute distinguishes the overall relative priority of the SOAP extension. A lower priority number indicates a higher priority for the SOAP extension. The lowest possible value for the priority attribute is 1.

Applies to