IEdmDirectValueAnnotationBinding 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 the combination of an EDM annotation with an immediate value and the element to which it is attached.
public interface IEdmDirectValueAnnotationBinding
type IEdmDirectValueAnnotationBinding = interface
Public Interface IEdmDirectValueAnnotationBinding
- Derived
Properties
Element |
Gets the element to which the annotation is attached |
Name |
Gets the local name of this annotation. |
NamespaceUri |
Gets the namespace URI of the annotation. |
Value |
Gets the value of this annotation. |