Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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