Condividi tramite


Proprietà ExpandSegmentCollection.HasFilter

Il valore booleano che indica se i segmenti da espandere includono una clausola di filtro.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasFilter As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
Il valore booleano che indica se i segmenti da espandere includono una clausola di filtro.

Vedere anche

Riferimento

ExpandSegmentCollection Classe

Spazio dei nomi System.Data.Services