次の方法で共有


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 です。

適用対象