DomainRole.RolePlayer Property
Gets or sets RolePlayer. Class of element playing this role in the relationship.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
‘선언
Public Property RolePlayer As DomainClass
Get
Set
public DomainClass RolePlayer { get; set; }
public:
property DomainClass^ RolePlayer {
DomainClass^ get ();
void set (DomainClass^ value);
}
member RolePlayer : DomainClass with get, set
function get RolePlayer () : DomainClass
function set RolePlayer (value : DomainClass)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
.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.