SetMarkdownOptionCommand.Code Property

Definition

Gets or sets the VT100 escape sequence for code block background.

[System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")]
[System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")]
public string Code { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")>]
[<System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")>]
member this.Code : string with get, set
Public Property Code As String

Property Value

Attributes

Applies to