Share via


EdmStringConstant.Value Property

Gets the definition of this value.

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

Syntax

'Declaration
Public ReadOnly Property Value As String 
    Get
'Usage
Dim instance As EdmStringConstant 
Dim value As String 

value = instance.Value
public string Value { get; }
public:
virtual property String^ Value {
    String^ get () sealed;
}
abstract Value : string 
override Value : string
final function get Value () : String

Property Value

Type: System.String
The definition of this value.

Implements

IEdmStringValue.Value

See Also

Reference

EdmStringConstant Class

Microsoft.Data.Edm.Library.Values Namespace