ManagementPackObjectTemplate.ObjectCollection Property

Definition

Gets the collection of items in a ManagementPackObjectTemplate.

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

Property Value

Returns IList<T>.

The collection of items in a ManagementPackObjectTemplate.

Applies to