AnnotationKind Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the kind of an annotation.

Namespace:  Microsoft.Data.Edm.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property AnnotationKind As EdmAnnotationKind
    Get
'Usage
Dim instance As IEdmAnnotation
Dim value As EdmAnnotationKind

value = instance.AnnotationKind
EdmAnnotationKind AnnotationKind { get; }
property EdmAnnotationKind AnnotationKind {
    EdmAnnotationKind get ();
}
abstract AnnotationKind : EdmAnnotationKind
function get AnnotationKind () : EdmAnnotationKind

Property Value

Type: Microsoft.Data.Edm.Annotations..::..EdmAnnotationKind
The kind of an annotation.

See Also

Reference

IEdmAnnotation Interface

Microsoft.Data.Edm.Annotations Namespace