다음을 통해 공유


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 확장의 상대적인 실행 순서를 결정하는 Int32입니다.

특성

설명

각 그룹 내에서 priority 특성은 SOAP 확장의 전반적인 상대 우선 순위를 구분합니다. priority가 낮으면 SOAP 확장 우선 순위가 높은 것을 나타냅니다. priority 특성의 최소값은 1입니다.

적용 대상