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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.