Share via


StandardModelingAdapter.AdapterStore Property

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

Syntax

'Declaration
Protected Property AdapterStore As Store
protected Store AdapterStore { get; private set; }
protected:
property Store^ AdapterStore {
    Store^ get ();
    private: void set (Store^ value);
}
member AdapterStore : Store with get, private set
function get AdapterStore () : Store 
private function set AdapterStore (value : Store)

Property Value

Type: Microsoft.VisualStudio.Modeling.Store

.NET Framework Security

See Also

Reference

StandardModelingAdapter Class

Microsoft.VisualStudio.Modeling.Integration Namespace