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
- 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