DomainClass.RolesPlayed Property

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

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 ReadOnly Property RolesPlayed As LinkedElementCollection(Of DomainRole)
public LinkedElementCollection<DomainRole> RolesPlayed { get; }
public:
property LinkedElementCollection<DomainRole^>^ RolesPlayed {
    LinkedElementCollection<DomainRole^>^ get ();
}
member RolesPlayed : LinkedElementCollection<DomainRole> with get
function get RolesPlayed () : LinkedElementCollection<DomainRole>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainRole>

.NET Framework Security

See Also

Reference

DomainClass Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace