ModelStore.Element.ElementClass Property
Gets the metadata class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ElementClass As ElementClass
Get
'Usage
Dim instance As ModelStore..::..Element
Dim value As ElementClass
value = instance.ElementClass
public ElementClass ElementClass { get; }
public:
virtual property ElementClass^ ElementClass {
ElementClass^ get () sealed;
}
final function get ElementClass () : ElementClass
abstract ElementClass : ElementClass
override ElementClass : ElementClass
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ElementClass
Implements
.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.