Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the domain class playing this role.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property RolePlayer As Type
'Usage
Dim instance As DomainRoleAttribute
Dim value As Type
value = instance.RolePlayer
instance.RolePlayer = value
public Type RolePlayer { get; set; }
public:
property Type^ RolePlayer {
Type^ get ();
void set (Type^ value);
}
public function get RolePlayer () : Type
public 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.