ExpandSegmentCollection.HasFilter Property
Boolean value that indicates whether segments to be expanded include a filter clause.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property HasFilter As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
Boolean value that indicates whether segments to be expanded include a filter clause.