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
- 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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
AnnotationClass