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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Property RolePlayer As DomainClass
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

See Also

Reference

DomainRole Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace