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
指示要扩展的段是否包括筛选子句的布尔值。

请参阅

参考

ExpandSegmentCollection 类

System.Data.Services 命名空间