IEdmPropertyValue Interface

Definition

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)

Applies to