IEdmPropertyValue Interface
Represents a value of an EDM property.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Interface IEdmPropertyValue _
Inherits IEdmDelayedValue
'Usage
Dim instance As IEdmPropertyValue
public interface IEdmPropertyValue : IEdmDelayedValue
public interface class IEdmPropertyValue : IEdmDelayedValue
type IEdmPropertyValue =
interface
interface IEdmDelayedValue
end
public interface IEdmPropertyValue extends IEdmDelayedValue
The IEdmPropertyValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the property this value is associated with. | |
Value | Gets the data stored in this value. (Inherited from IEdmDelayedValue.) |
Top