PSActivity.PSRequiredModules 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.
This the list of module names (or paths) that are required to run this Activity successfully. The default is null.
public:
property System::Activities::InArgument<cli::array <System::String ^> ^> ^ PSRequiredModules { System::Activities::InArgument<cli::array <System::String ^> ^> ^ get(); void set(System::Activities::InArgument<cli::array <System::String ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<string[]> PSRequiredModules { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSRequiredModules : System.Activities.InArgument<string[]> with get, set
Public Property PSRequiredModules As InArgument(Of String())
Property Value
InArgument<String[]>
- Attributes