Share via


Store.Disposed Property

Gets whether the store has been disposed.

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

Syntax

'Declaration
Public ReadOnly Property Disposed As Boolean
'Usage
Dim instance As Store 
Dim value As Boolean 

value = instance.Disposed
public bool Disposed { get; }
public:
property bool Disposed {
    bool get ();
}
public function get Disposed () : boolean

Property Value

Type: System.Boolean
true if the store has been disposed; otherwise, false.

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace