Propriété EdmVocabularyAnnotation.Target
Obtient ou définit l'élément si l'annotation est applicable.
Espace de noms : Microsoft.Data.Edm.Library.Annotations
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Property Target As IEdmVocabularyAnnotatable
Get
Set
'Utilisation
Dim instance As EdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable
value = instance.Target
instance.Target = value
public IEdmVocabularyAnnotatable Target { get; set; }
public:
virtual property IEdmVocabularyAnnotatable^ Target {
IEdmVocabularyAnnotatable^ get () sealed;
void set (IEdmVocabularyAnnotatable^ value) sealed;
}
abstract Target : IEdmVocabularyAnnotatable with get, set
override Target : IEdmVocabularyAnnotatable with get, set
final function get Target () : IEdmVocabularyAnnotatable
final function set Target (value : IEdmVocabularyAnnotatable)
Valeur de propriété
Type : Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Implémente
IEdmVocabularyAnnotation.Target