Share via


EdmVocabularyAnnotation.Term Property

Gets or sets the term bound by the annotation.

Namespace:  Microsoft.Data.Edm.Library.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Term As IEdmTerm 
    Get
'Usage
Dim instance As EdmVocabularyAnnotation 
Dim value As IEdmTerm 

value = instance.Term
public IEdmTerm Term { get; }
public:
virtual property IEdmTerm^ Term {
    IEdmTerm^ get () sealed;
}
abstract Term : IEdmTerm 
override Term : IEdmTerm
final function get Term () : IEdmTerm

Property Value

Type: Microsoft.Data.Edm.IEdmTerm

Implements

IEdmVocabularyAnnotation.Term

See Also

Reference

EdmVocabularyAnnotation Class

Microsoft.Data.Edm.Library.Annotations Namespace