DomainModel::Store Property

 

Gets the store which contains this instance of the domain model.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property Store^ Store {
	Store^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling::Store^

A Store object.

Return to top
Show: