Share via


DomainClassInfo.AllEmbeddedByDomainRoles Property

Definition

Gets a read-only list of domain roles which embed this domain class.

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

Property Value

Attributes

Applies to