IEdmBooleanValue.Value Property
Gets a value indicating whether the value of this boolean value is true or false.
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
Property Value
Type: System.Boolean