Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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>