EdmModelBase.VocabularyAnnotations Property
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 collection of vocabulary annotations that are contained in this model.
public virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
member this.VocabularyAnnotations : seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
Public Overridable ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)