Share via


ModelAnnotation.Model Property

Gets or sets the ModelStore.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Model As ModelStore
public ModelStore Model { get; internal set; }
public:
virtual property ModelStore^ Model {
    ModelStore^ get () sealed;
    internal: void set (ModelStore^ value) sealed;
}
abstract Model : ModelStore with get, internal set
override Model : ModelStore with get, internal set
final function get Model () : ModelStore
internal final function set Model (value : ModelStore)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The underlying model store.

Implements

IModelEntity.Model

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelStore