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

'宣言
Public ReadOnly Property RolePlayerMoniker As Moniker
'使用
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.

Permissions

See Also

Reference

RoleAssignment Class

RoleAssignment Members

Microsoft.VisualStudio.Modeling Namespace