ExtensionMethods.Term(IEdmVocabularyAnnotation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the term of this annotation.
public static Microsoft.OData.Edm.Vocabularies.IEdmTerm Term (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation annotation);
static member Term : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
<Extension()>
Public Function Term (annotation As IEdmVocabularyAnnotation) As IEdmTerm
Parameters
- annotation
- IEdmVocabularyAnnotation
Reference to the calling object.
Returns
The term of this annotation.