EdmPropertyValue.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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