ManagementPackObjectTemplate.ObjectCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.