EdmEntityType.SchemaElementKind Property

Gets the kind of this schema element.

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

Syntax

'Declaration
Public ReadOnly Property SchemaElementKind As EdmSchemaElementKind 
    Get
'Usage
Dim instance As EdmEntityType 
Dim value As EdmSchemaElementKind 

value = instance.SchemaElementKind
public EdmSchemaElementKind SchemaElementKind { get; }
public:
virtual property EdmSchemaElementKind SchemaElementKind {
    EdmSchemaElementKind get () sealed;
}
abstract SchemaElementKind : EdmSchemaElementKind 
override SchemaElementKind : EdmSchemaElementKind
final function get SchemaElementKind () : EdmSchemaElementKind

Property Value

Type: Microsoft.Data.Edm.EdmSchemaElementKind
The kind of this schema element.

Implements

IEdmSchemaElement.SchemaElementKind

See Also

Reference

EdmEntityType Class

Microsoft.Data.Edm.Library Namespace