Share via


EdmPropertyValue.Value Property

Definition

Gets or sets the value of the property. The value can be initialized only once either using the EdmPropertyValue(String, IEdmValue) constructor or by assigning value directly to this property.

public Microsoft.OData.Edm.Vocabularies.IEdmValue Value { get; set; }
member this.Value : Microsoft.OData.Edm.Vocabularies.IEdmValue with get, set
Public Property Value As IEdmValue

Property Value

Applies to