ImplicitRemotingCommandBase.Module Property

Definition

Gets or sets the PSSnapin parameter to the cmdlet.

public:
 property cli::array <System::String ^> ^ Module { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Module { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Module { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PSSnapin" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
public string[] Module { get; set; }
member this.Module : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "PSSnapin" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
member this.Module : string[] with get, set
Public Property Module As String()

Property Value

String[]
Attributes

Applies to