SoapExtensionTypeElement.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the relative order in which a SOAP extension runs when multiple SOAP extensions are configured to run.
public:
property System::Web::Services::Configuration::PriorityGroup Group { System::Web::Services::Configuration::PriorityGroup get(); void set(System::Web::Services::Configuration::PriorityGroup value); };
[System.Configuration.ConfigurationProperty("group", DefaultValue=System.Web.Services.Configuration.PriorityGroup.Low, IsKey=true)]
public System.Web.Services.Configuration.PriorityGroup Group { get; set; }
[<System.Configuration.ConfigurationProperty("group", DefaultValue=System.Web.Services.Configuration.PriorityGroup.Low, IsKey=true)>]
member this.Group : System.Web.Services.Configuration.PriorityGroup with get, set
Public Property Group As PriorityGroup
Property Value
A PriorityGroup object 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.