GetClipboardCommand.Delimiter Property

Definition

Gets or sets the delimiters to use when splitting the clipboard content.

[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.DelimiterCompleter))]
[System.Management.Automation.Parameter]
public string[] Delimiter { get; set; }
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.DelimiterCompleter))>]
[<System.Management.Automation.Parameter>]
member this.Delimiter : string[] with get, set
Public Property Delimiter As String()

Property Value

String[]
Attributes

Applies to