NewModuleCommand.Function Property

Definition

This parameter specifies the patterns matching the functions to import from the module...

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

Property Value

String[]
Attributes

Applies to