Share via


ModelAnnotationClass.AnnotationType Property

Gets the Type of the annotation.

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

Syntax

'Declaration
Public ReadOnly Property AnnotationType As Type
public Type AnnotationType { get; }
public:
property Type^ AnnotationType {
    Type^ get ();
}
member AnnotationType : Type
function get AnnotationType () : Type

Property Value

Type: System.Type
The Type of the annotation.

.NET Framework Security

See Also

Reference

ModelAnnotationClass Class

Microsoft.Data.Schema.SchemaModel Namespace