DomainClassInfo.AllDomainRolesPlayed Property

Definition

Gets a read-only list of all the domain roles played by this class or its ascendants.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ AllDomainRolesPlayed { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainRoleInfo> AllDomainRolesPlayed { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.AllDomainRolesPlayed : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainRoleInfo>
Public ReadOnly Property AllDomainRolesPlayed As ReadOnlyCollection(Of DomainRoleInfo)

Property Value

Attributes

Applies to