UseTransactionCommand.TransactedScript 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.
This parameter specifies the script block to run in the current PowerShell transaction
public System.Management.Automation.ScriptBlock TransactedScript { get; set; }
member this.TransactedScript : System.Management.Automation.ScriptBlock with get, set
Public Property TransactedScript As ScriptBlock