ImportWorkflowCommand.InvalidPSParameterCollectionEntryErrorMessage 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 AsJob, JobName and PSParameterCollection cannot be specified as entries to PSParameterCollection
public:
static property System::String ^ InvalidPSParameterCollectionEntryErrorMessage { System::String ^ get(); };
public:
static property Platform::String ^ InvalidPSParameterCollectionEntryErrorMessage { Platform::String ^ get(); };
public static string InvalidPSParameterCollectionEntryErrorMessage { get; }
static member InvalidPSParameterCollectionEntryErrorMessage : string
Public Shared ReadOnly Property InvalidPSParameterCollectionEntryErrorMessage As String