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 delegate to call in WriteObject to sanitize the output object.
public Action<object,string> SanitizeOutput { get; set; }
member this.SanitizeOutput : Action<obj, string> with get, set
Public Property SanitizeOutput As Action(Of Object, String)