Share via


ManagementPackWriteActionModuleType.OutputType Property

Definition

Gets or sets the data type that a module of this type outputs. This must be a data type declared in the same management pack or a referenced management pack.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ OutputType { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType> OutputType { get; set; }
member this.OutputType : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType> with get, set
Public Property OutputType As ManagementPackElementReference(Of ManagementPackDataType)

Property Value

The data type that a module of this type outputs.

Remarks

Output data is optional for a write action module type.

Applies to