Share via


ManagementPackWarehouseModuleType.PredecessorEntityCollection Property

Definition

Gets the predecessor entity collection.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^> ^> ^ PredecessorEntityCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement>> PredecessorEntityCollection { get; }
member this.PredecessorEntityCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement>>
Public ReadOnly Property PredecessorEntityCollection As IList(Of ManagementPackElementReference(Of ManagementPackElement))

Property Value

The predecessor entity collection.

Applies to