ExpandSegment.HasFilter Property
A Boolean value that indicates whether the expand statement is used with a filter expression.
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 ExpandSegment
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
True or false.