EdmVocabularyAnnotation.Target Property
Gets or sets the element the annotation applies to.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Target As IEdmVocabularyAnnotatable
Get
'Usage
Dim instance As EdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable
value = instance.Target
public IEdmVocabularyAnnotatable Target { get; }
public:
virtual property IEdmVocabularyAnnotatable^ Target {
IEdmVocabularyAnnotatable^ get () sealed;
}
abstract Target : IEdmVocabularyAnnotatable
override Target : IEdmVocabularyAnnotatable
final function get Target () : IEdmVocabularyAnnotatable
Property Value
Type: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Implements
IEdmVocabularyAnnotation.Target