ImportWorkflowCommand.InvalidPSParameterCollectionAdditionalErrorMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a localized error message saying that the only AsJob, JobName and InputObject can be used outside of PSParameterCollection.
public:
static property System::String ^ InvalidPSParameterCollectionAdditionalErrorMessage { System::String ^ get(); };
public:
static property Platform::String ^ InvalidPSParameterCollectionAdditionalErrorMessage { Platform::String ^ get(); };
public static string InvalidPSParameterCollectionAdditionalErrorMessage { get; }
static member InvalidPSParameterCollectionAdditionalErrorMessage : string
Public Shared ReadOnly Property InvalidPSParameterCollectionAdditionalErrorMessage As String