2.2.5.1.23 ScriptBlock

Represents a block of script.

XML Element: <SBK>

XML Content: The contents of the ScriptBlock represented as a string, serialized using XML schema specification for string data type. String representation of the ScriptBlock MUST be encoded as described in the following section 2.2.5.3.2.

Example:

 <SBK>get-command -type cmdlet</SBK>