Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the property that is given a value by the annotation.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property BoundProperty As IEdmProperty
Get
'Usage
Dim instance As EdmPropertyValueBinding
Dim value As IEdmProperty
value = instance.BoundProperty
public IEdmProperty BoundProperty { get; }
public:
virtual property IEdmProperty^ BoundProperty {
IEdmProperty^ get () sealed;
}
abstract BoundProperty : IEdmProperty
override BoundProperty : IEdmProperty
final function get BoundProperty () : IEdmProperty
Property Value
Type: Microsoft.Data.Edm.IEdmProperty
Implements
IEdmPropertyValueBinding.BoundProperty