Share via


ModelAnnotation.AnnotationClass Property

Gets the metadata object that describes this instance.

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

Syntax

'Declaration
Public ReadOnly Property AnnotationClass As ModelAnnotationClass
public ModelAnnotationClass AnnotationClass { get; }
public:
virtual property ModelAnnotationClass^ AnnotationClass {
    ModelAnnotationClass^ get () sealed;
}
abstract AnnotationClass : ModelAnnotationClass
override AnnotationClass : ModelAnnotationClass
final function get AnnotationClass () : ModelAnnotationClass

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
The metadata information about this instance.

Implements

IModelAnnotation.AnnotationClass

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

AnnotationClass