Dela via


IModelAnnotation.AnnotationClass Property

Gets the metadata class for annotations.

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

Syntax

'Declaration
ReadOnly Property AnnotationClass As AnnotationClass
'Usage
Dim instance As IModelAnnotation 
Dim value As AnnotationClass 

value = instance.AnnotationClass
AnnotationClass AnnotationClass { get; }
property AnnotationClass^ AnnotationClass {
    AnnotationClass^ get ();
}
function get AnnotationClass () : AnnotationClass

Property Value

Type: Microsoft.Data.Schema.SchemaModel.AnnotationClass
Returns the AnnotationClass.

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

IModelAnnotation Members

Microsoft.Data.Schema.SchemaModel Namespace