Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value annotations for the properties of the type.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValueBindings As IEnumerable(Of IEdmPropertyValueBinding)
Get
'Usage
Dim instance As EdmTypeAnnotation
Dim value As IEnumerable(Of IEdmPropertyValueBinding)
value = instance.PropertyValueBindings
public IEnumerable<IEdmPropertyValueBinding> PropertyValueBindings { get; }
public:
virtual property IEnumerable<IEdmPropertyValueBinding^>^ PropertyValueBindings {
IEnumerable<IEdmPropertyValueBinding^>^ get () sealed;
}
abstract PropertyValueBindings : IEnumerable<IEdmPropertyValueBinding>
override PropertyValueBindings : IEnumerable<IEdmPropertyValueBinding>
final function get PropertyValueBindings () : IEnumerable<IEdmPropertyValueBinding>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValueBinding>
Implements
IEdmTypeAnnotation.PropertyValueBindings