SaveHelp.Module Property

Definition

Provides access to the Module parameter.

public:
 property System::Activities::InArgument<cli::array <System::Management::Automation::PSModuleInfo ^> ^> ^ Module { System::Activities::InArgument<cli::array <System::Management::Automation::PSModuleInfo ^> ^> ^ get(); void set(System::Activities::InArgument<cli::array <System::Management::Automation::PSModuleInfo ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.PSModuleInfo[]> Module { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Module : System.Activities.InArgument<System.Management.Automation.PSModuleInfo[]> with get, set
Public Property Module As InArgument(Of PSModuleInfo())

Property Value

Attributes

Applies to