IEdmVocabularyAnnotation.Target Propiedad
Obtiene el elemento al que se aplica la anotación.
Espacio de nombres: Microsoft.Data.Edm.Annotations
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
ReadOnly Property Target As IEdmVocabularyAnnotatable
Get
'Uso
Dim instance As IEdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable
value = instance.Target
IEdmVocabularyAnnotatable Target { get; }
property IEdmVocabularyAnnotatable^ Target {
IEdmVocabularyAnnotatable^ get ();
}
abstract Target : IEdmVocabularyAnnotatable
function get Target () : IEdmVocabularyAnnotatable
Valor de la propiedad
Tipo: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Elemento al que se aplica la anotación.