ForEachObjectCommand.RemainingScripts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the remaining script blocks to apply.
public:
property cli::array <System::Management::Automation::ScriptBlock ^> ^ RemainingScripts { cli::array <System::Management::Automation::ScriptBlock ^> ^ get(); void set(cli::array <System::Management::Automation::ScriptBlock ^> ^ value); };
public System.Management.Automation.ScriptBlock[] RemainingScripts { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlockSet", ValueFromRemainingArguments=true)]
public System.Management.Automation.ScriptBlock[] RemainingScripts { get; set; }
member this.RemainingScripts : System.Management.Automation.ScriptBlock[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlockSet", ValueFromRemainingArguments=true)>]
member this.RemainingScripts : System.Management.Automation.ScriptBlock[] with get, set
Public Property RemainingScripts As ScriptBlock()
Property Value
- Attributes