RoleAssignment.RolePlayer Property

Gets the model element that is assigned to the role.

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

Syntax

'宣言
Public ReadOnly Property RolePlayer As ModelElement
'使用
Dim instance As RoleAssignment
Dim value As ModelElement

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

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

The model element.

Permissions

See Also

Reference

RoleAssignment Class

RoleAssignment Members

Microsoft.VisualStudio.Modeling Namespace