共用方式為


FilterTableEntryElement.Priority 屬性

定義

取得或設定值,這個值會指定此項目的優先順序。

public:
 property int Priority { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("priority", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public int Priority { get; set; }
[<System.Configuration.ConfigurationProperty("priority", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Priority : int with get, set
Public Property Priority As Integer

屬性值

Int32

此項目的優先順序。 預設值為 0。

屬性

備註

篩選資料表中的項目會根據優先順序進行評估,其中 0 表示優先順序最低。 具有特定優先順序的所有項目會同時評估,如果找不到符合目前優先順序的項目,則會評估下一個優先順序層級。

此為選用值。

適用於