Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the value annotations for the properties of the type.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property PropertyValueBindings As IEnumerable(Of IEdmPropertyValueBinding)
Get
'Usage
Dim instance As IEdmTypeAnnotation
Dim value As IEnumerable(Of IEdmPropertyValueBinding)
value = instance.PropertyValueBindings
IEnumerable<IEdmPropertyValueBinding> PropertyValueBindings { get; }
property IEnumerable<IEdmPropertyValueBinding^>^ PropertyValueBindings {
IEnumerable<IEdmPropertyValueBinding^>^ get ();
}
abstract PropertyValueBindings : IEnumerable<IEdmPropertyValueBinding>
function get PropertyValueBindings () : IEnumerable<IEdmPropertyValueBinding>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValueBinding>