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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.