IEdmVocabularyAnnotation.Term Property

Gets the term bound by the annotation.

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

Syntax

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

value = instance.Term
IEdmTerm Term { get; }
property IEdmTerm^ Term {
    IEdmTerm^ get ();
}
abstract Term : IEdmTerm
function get Term () : IEdmTerm

Property Value

Type: Microsoft.Data.Edm.IEdmTerm
The term bound by the annotation.

See Also

Reference

IEdmVocabularyAnnotation Interface

Microsoft.Data.Edm.Annotations Namespace