Share via


RoleAssignment.RolePlayerMoniker Property

Gets the moniker of the element that is assigned to the role.

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

Syntax

'Declaration
Public ReadOnly Property RolePlayerMoniker As Moniker
'Usage
Dim instance As RoleAssignment 
Dim value As Moniker 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Moniker
The moniker.

.NET Framework Security

See Also

Reference

RoleAssignment Class

RoleAssignment Members

Microsoft.VisualStudio.Modeling Namespace