Edit

Share via


StepResult.Parameter.Format Property

Definition

Retrieves or sets the format that the diagnostic service should use when it specifies the parameter as part of the RunStep command. For this format string, {0} represents the parameter name and {1} represents the value that is specified for the parameter. For example, the default format string is -{0}:{1}, which indicates the diagnostic service should specify the parameter as -name:value in the RunStep command.

public string Format { get; set; }
member this.Format : string with get, set
Public Property Format As String

Property Value

A String object that contains the format string for the parameter.

Applies to