EdmBooleanConstant.Value Property
Gets a value indicating whether the value of this boolean value is true or false.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Boolean
Get
'Usage
Dim instance As EdmBooleanConstant
Dim value As Boolean
value = instance.Value
public bool Value { get; }
public:
virtual property bool Value {
bool get () sealed;
}
abstract Value : bool
override Value : bool
final function get Value () : boolean
Property Value
Type: System.Boolean
true if the value of the Boolean value is true; otherwise, false.