SetTraceSourceCommand.Option Property

Definition

The flags to be set on the TraceSource.

public:
 property System::Management::Automation::PSTraceSourceOptions Option { System::Management::Automation::PSTraceSourceOptions get(); void set(System::Management::Automation::PSTraceSourceOptions value); };
public System.Management.Automation.PSTraceSourceOptions Option { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="optionsSet", Position=1, ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.PSTraceSourceOptions Option { get; set; }
member this.Option : System.Management.Automation.PSTraceSourceOptions with get, set
[<System.Management.Automation.Parameter(ParameterSetName="optionsSet", Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Option : System.Management.Automation.PSTraceSourceOptions with get, set
Public Property Option As PSTraceSourceOptions

Property Value

Attributes

Applies to