DomainClass.AllRolesPlayed Property

Definition

The set of all DomainRoles both played directly by this class and inherited from base classes

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^> ^ AllRolesPlayed { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole> AllRolesPlayed { get; }
member this.AllRolesPlayed : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole>
Public ReadOnly Property AllRolesPlayed As ReadOnlyCollection(Of DomainRole)

Property Value

Applies to