IEdmSchemaElement.SchemaElementKind Property
Gets the kind of this schema element.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property SchemaElementKind As EdmSchemaElementKind
Get
'Usage
Dim instance As IEdmSchemaElement
Dim value As EdmSchemaElementKind
value = instance.SchemaElementKind
EdmSchemaElementKind SchemaElementKind { get; }
property EdmSchemaElementKind SchemaElementKind {
EdmSchemaElementKind get ();
}
abstract SchemaElementKind : EdmSchemaElementKind
function get SchemaElementKind () : EdmSchemaElementKind
Property Value
Type: Microsoft.Data.Edm.EdmSchemaElementKind
The kind of this schema element.