DomainClassInfo.LocalDomainRolesPlayed Property

Definition

Gets a read-only list of domain roles played by this domain class.

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

Property Value

Attributes

Applies to