ManagementPackClass.PropertyCollection Property

Definition

Gets the collection of properties in the class that are populated during discovery of the class.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackClassProperty ^> ^ PropertyCollection { Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackClassProperty ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty> PropertyCollection { get; }
member this.PropertyCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty>
Public ReadOnly Property PropertyCollection As ManagementPackSubElementCollection(Of ManagementPackClassProperty)

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackClassProperty objects.

The collection of properties.

Applies to