Partager via


Propriété EdmPropertyValueBinding.BoundProperty

Obtient ou définit la propriété à laquelle l'annotation attribue une valeur.

Espace de noms :  Microsoft.Data.Edm.Library.Annotations
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Property BoundProperty As IEdmProperty
    Get
    Set
'Utilisation
Dim instance As EdmPropertyValueBinding
Dim value As IEdmProperty

value = instance.BoundProperty

instance.BoundProperty = value
public IEdmProperty BoundProperty { get; set; }
public:
virtual property IEdmProperty^ BoundProperty {
    IEdmProperty^ get () sealed;
    void set (IEdmProperty^ value) sealed;
}
abstract BoundProperty : IEdmProperty with get, set
override BoundProperty : IEdmProperty with get, set
final function get BoundProperty () : IEdmProperty
final function set BoundProperty (value : IEdmProperty)

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmProperty

Implémente

IEdmPropertyValueBinding.BoundProperty

Voir aussi

Référence

EdmPropertyValueBinding Classe

Espace de noms Microsoft.Data.Edm.Library.Annotations