Share via


ModelStoreSerializationContext.ModelStore Property

Gets or sets the model store.

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

Syntax

'Declaration
Public Property ModelStore As ModelStore
public ModelStore ModelStore { get; set; }
public:
property ModelStore^ ModelStore {
    ModelStore^ get ();
    void set (ModelStore^ value);
}
member ModelStore : ModelStore with get, set
function get ModelStore () : ModelStore
function set ModelStore (value : ModelStore)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore
A ModelStore object.

.NET Framework Security

See Also

Reference

ModelStoreSerializationContext Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelStore