EdmEntitySet.ContainerElementKind Property
Gets the kind of container element.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property ContainerElementKind As EdmContainerElementKind
Get
'Usage
Dim instance As EdmEntitySet
Dim value As EdmContainerElementKind
value = instance.ContainerElementKind
public EdmContainerElementKind ContainerElementKind { get; }
public:
virtual property EdmContainerElementKind ContainerElementKind {
EdmContainerElementKind get () sealed;
}
abstract ContainerElementKind : EdmContainerElementKind
override ContainerElementKind : EdmContainerElementKind
final function get ContainerElementKind () : EdmContainerElementKind
Property Value
Type: Microsoft.Data.Edm.EdmContainerElementKind
The kind of container element.
Implements
IEdmEntityContainerElement.ContainerElementKind