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

속성 값

Int32 SOAP 확장이 실행되는 상대 순서를 결정하는 값입니다.

특성

설명

각 그룹 내에서 우선 순위 특성은 SOAP 확장의 전반적인 상대 우선 순위를 구분합니다. 우선 순위가 낮을수록 SOAP 확장의 우선 순위가 높아진 것입니다. 우선 순위 특성에 대해 가능한 가장 낮은 값은 1입니다.

적용 대상