DomainModelInfo.DomainRelationships Property

Definition

Gets a read-only list of domain relationships defined in this domain model.

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

Property Value

Attributes

Applies to