SoapExtensionTypeElement.Group プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複数の SOAP 拡張機能が実行されるように構成されている場合に SOAP 拡張機能が実行される相対順序を取得または設定します。
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
プロパティ値
SOAP 拡張機能を実行する相対順序を決定する値を持つ PriorityGroup オブジェクト。
- 属性
注釈
各グループ内で、priority 属性は SOAP 拡張機能の全体的な相対優先順位を区別します。 優先順位が低い数値は、SOAP 拡張機能の優先度が高いことを示します。 優先順位属性の可能な最小値は 1 です。