Share via


ModelSchema.AnnotationClasses Property

Gets a list of annotation metadata objects.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property AnnotationClasses As IList(Of ModelAnnotationClass)
public IList<ModelAnnotationClass> AnnotationClasses { get; }
public:
property IList<ModelAnnotationClass^>^ AnnotationClasses {
    IList<ModelAnnotationClass^>^ get ();
}
member AnnotationClasses : IList<ModelAnnotationClass>
function get AnnotationClasses () : IList<ModelAnnotationClass>

Property Value

Type: System.Collections.Generic.IList<ModelAnnotationClass>
The list of metadata objects.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelAnnotationClass