Store::PropertyBag Property

 

Gets the property bag for the store.

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

public:
property Dictionary<Object^, Object^>^ PropertyBag {
	Dictionary<Object^, Object^>^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<Object^, Object^>^

An IDictionary with properties and their values.

Return to top
Show: