DomainClass.RolesPlayed Property

Definition

Gets a list of RolesPlayed. Roles played by the class.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^> ^ RolesPlayed { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole> RolesPlayed { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.RolesPlayed : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole>
Public ReadOnly Property RolesPlayed As LinkedElementCollection(Of DomainRole)

Property Value

Attributes

Applies to