ActivityImplementationContext.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 cli::array <System::String ^> ^ PSRequiredModules { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
property Platform::Array <Platform::String ^> ^ PSRequiredModules { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] PSRequiredModules { get; set; }
member this.PSRequiredModules : string[] with get, set
Public Property PSRequiredModules As String()
Property Value
String[]