Share via


DomainClassInfo.AllDomainProperties Property

Definition

Gets a read-only list of domain properties declared on this domain class or one of its ascendants.

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

Property Value

Attributes

Applies to