Share via


ManagementPackOverride.ValidateWorkflowPropertyOverride(String) Method

Definition

Validates the workflow property override value to create verification result.

protected public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::Verification::ManagementPackVerificationResult ^> ^ ValidateWorkflowPropertyOverride(System::String ^ value);
protected internal System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult> ValidateWorkflowPropertyOverride (string value);
member this.ValidateWorkflowPropertyOverride : string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult>
Protected Friend Function ValidateWorkflowPropertyOverride (value As String) As IList(Of ManagementPackVerificationResult)

Parameters

value
String

A string that contains the value of the override.

Returns

The list of verification results.

Applies to