DomainClassInfo.AllEmbeddedByDomainRoles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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