ExportModuleMemberCommand.Function Property

Definition

This parameter specifies 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.AllowEmptyCollection]
[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public string[] Function { get; set; }
member this.Function : string[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Function : string[] with get, set
Public Property Function As String()

Property Value

String[]
Attributes

Applies to