SoapExtensionTypeElement.Priority プロパティ

定義

複数の SOAP 拡張機能が指定されたときに SOAP 拡張機能が実行される相対順序を示す値を取得または設定します。

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

プロパティ値

SOAP 拡張機能を実行する相対順序を決定する値を持つ Int32

属性

注釈

各グループ内で、priority 属性は SOAP 拡張機能の全体的な相対優先順位を区別します。 優先順位が低い数値は、SOAP 拡張機能の優先度が高いことを示します。 優先順位属性の可能な最小値は 1 です。

適用対象