Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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