SoapExtensionTypeElement.Priority 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置运行多个 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 扩展的相对运行顺序。
- 属性
注解
在每个组中,priority 属性区分 SOAP 扩展的总体相对优先级。 优先级编号越低,SOAP 扩展的优先级就越高。 优先级特性的最低可能值为 1。