SetScheduledJobCommand.ScriptBlock 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.
ScriptBlock containing script to run in job.
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.ScriptBlock ScriptBlock { get; set; }
	[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
[<System.Management.Automation.ValidateNotNull>]
member this.ScriptBlock : System.Management.Automation.ScriptBlock with get, set
	Public Property ScriptBlock As ScriptBlock
	Property Value
- Attributes