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