ExpandSegmentCollection.HasFilter 屬性
布林值,表示要展開的區段是否包含篩選子句。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property HasFilter As Boolean
Get
'用途
Dim instance As ExpandSegmentCollection
Dim value As Boolean
value = instance.HasFilter
public bool HasFilter { get; }
public:
property bool HasFilter {
bool get ();
}
member HasFilter : bool
function get HasFilter () : boolean
屬性值
型別:System.Boolean
布林值,表示要展開的區段是否包含篩選子句。