ExportPSSessionCommand.OutputModule Property

Definition

Mandatory file name to write to.

public:
 property System::String ^ OutputModule { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ OutputModule { Platform::String ^ get(); void set(Platform::String ^ value); };
public string OutputModule { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PSPath", "ModuleName" })]
[System.Management.Automation.Parameter(Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string OutputModule { get; set; }
member this.OutputModule : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "PSPath", "ModuleName" })>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.OutputModule : string with get, set
Public Property OutputModule As String

Property Value

Attributes

Applies to