Share via


ManagementPackWriteActionModuleType.InputType Property

Definition

Gets or sets the data type that a module of this type requires as input. 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 ^> ^ InputType { 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> InputType { get; set; }
member this.InputType : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType> with get, set
Public Property InputType As ManagementPackElementReference(Of ManagementPackDataType)

Property Value

The data type that a module of this type requires as input.

Applies to