Share via


IModelAnnotation.AnnotationClass Property

Gets the metadata class for the annotation.

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

Syntax

'Declaration
ReadOnly Property AnnotationClass As ModelAnnotationClass
ModelAnnotationClass AnnotationClass { get; }
property ModelAnnotationClass^ AnnotationClass {
    ModelAnnotationClass^ get ();
}
abstract AnnotationClass : ModelAnnotationClass
function get AnnotationClass () : ModelAnnotationClass

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
An AnnotationClass object.

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

Microsoft.Data.Schema.SchemaModel Namespace

AnnotationClass