IEdmPropertyValue Interface
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.
Represents a value of an EDM property.
public interface IEdmPropertyValue : Microsoft.OData.Edm.Vocabularies.IEdmDelayedValue
type IEdmPropertyValue = interface
interface IEdmDelayedValue
Public Interface IEdmPropertyValue
Implements IEdmDelayedValue
- Derived
- Implements
Properties
Name |
Gets the name of the property this value is associated with. |
Value |
Gets the data stored in this value. (Inherited from IEdmDelayedValue) |