Share via


DomainRoleAttribute.RolePlayer Property

Gets or sets the domain class playing this role.

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

Syntax

'Declaration
Public Property RolePlayer As Type
public Type RolePlayer { get; set; }
public:
property Type^ RolePlayer {
    Type^ get ();
    void set (Type^ value);
}
member RolePlayer : Type with get, set
function get RolePlayer () : Type
function set RolePlayer (value : Type)

Property Value

Type: System.Type
A domain class.

.NET Framework Security

See Also

Reference

DomainRoleAttribute Class

Microsoft.VisualStudio.Modeling Namespace