Share via


ManagementPackModuleType.WriteActionCollection Property

Definition

Gets a collection of write action modules that are used in the module workflow.

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

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackModuleTypeReference objects.

A collection of write action modules that are used in the module workflow.

Applies to