Share via


ManagementPackWriteActionModuleType.CheckVersionCompatibility Method

Definition

Checks version compatibility of the old version of write action module type against the new version of the same write action module type.

public:
 override System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::Verification::ManagementPackVerificationResult ^> ^ CheckVersionCompatibility(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ newmoduletype);
public override System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult> CheckVersionCompatibility (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement newmoduletype);
override this.CheckVersionCompatibility : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult>
Public Overrides Function CheckVersionCompatibility (newmoduletype As ManagementPackElement) As IList(Of ManagementPackVerificationResult)

Parameters

newmoduletype
ManagementPackElement

The new write action module type from the new version of the management pack to compare with. If it is null, it means that this element is absent in the new version of the management pack.

Returns

A list of verification results.

Applies to