ConvertStringCommand.Example 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.
The input output examples for Flashfill User can pass a single string with the pattern "input example = output example" Or user can pass a list of psobjects with before and after properties
public System.Collections.Generic.List<System.Management.Automation.PSObject> Example { get; set; }
member this.Example : System.Collections.Generic.List<System.Management.Automation.PSObject> with get, set
Public Property Example As List(Of PSObject)