LanguageOptions.ScriptBlock property

The script block created from the Code property, or null if no code is set.

public ScriptBlock? ScriptBlock { get; set; }

See Also