IEdmPropertyValueBinding.BoundProperty Property
Gets the property given a value by the annotation.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property BoundProperty As IEdmProperty
Get
'Usage
Dim instance As IEdmPropertyValueBinding
Dim value As IEdmProperty
value = instance.BoundProperty
IEdmProperty BoundProperty { get; }
property IEdmProperty^ BoundProperty {
IEdmProperty^ get ();
}
abstract BoundProperty : IEdmProperty
function get BoundProperty () : IEdmProperty
Property Value
Type: Microsoft.Data.Edm.IEdmProperty
The property given a value by the annotation.