Share via


RolePlayerPropertyDescriptor.Store Property

Gets the store that contains the model element and link.

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

Syntax

'Declaration
Public ReadOnly Property Store As Store
'Usage
Dim instance As RolePlayerPropertyDescriptor 
Dim value As Store 

value = instance.Store
public Store Store { get; }
public:
property Store^ Store {
    Store^ get ();
}
public function get Store () : Store

Property Value

Type: Microsoft.VisualStudio.Modeling.Store
The store that contains the model element and link.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.