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 the property's value.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property Value As IEdmValue
Get
Set
'Usage
Dim instance As EdmPropertyValue
Dim value As IEdmValue
value = instance.Value
instance.Value = value
public IEdmValue Value { get; set; }
public:
virtual property IEdmValue^ Value {
IEdmValue^ get () sealed;
void set (IEdmValue^ value) sealed;
}
abstract Value : IEdmValue with get, set
override Value : IEdmValue with get, set
final function get Value () : IEdmValue
final function set Value (value : IEdmValue)
Property Value
Type: Microsoft.Data.Edm.Values.IEdmValue