GetClipboardCommand.Delimiter 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.
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