Freigeben über


IEdmBooleanValue.Value-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Wert dieses booleschen Werts true oder false ist.

Namespace:  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Value As Boolean
    Get
'Usage
Dim instance As IEdmBooleanValue
Dim value As Boolean

value = instance.Value
bool Value { get; }
property bool Value {
    bool get ();
}
abstract Value : bool
function get Value () : boolean

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

IEdmBooleanValue Schnittstelle

Microsoft.Data.Edm.Values-Namespace