Share via


ManagementPackObjectTemplate.PropertyCollection Property

Definition

Gets the property collection of items in a ManagementPackObjectTemplate.

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

Property Value

Returns IList<T>.

The property collection of items in a ManagementPackObjectTemplate.

Applies to