MessageFilterTable<TFilterData>.IsReadOnly 屬性

定義

取得值,這個值會指出篩選資料表是否為唯讀。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

所有篩選資料表均為 false

實作

備註

MessageFilterTable<TFilterData> 不得為唯讀。

適用於