NewModuleManifestCommand.DscResourcesToExport Property

Definition

Gets or sets the dsc resources to export from this manifest.

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

Property Value

String[]
Attributes

Applies to