SetTraceSource.Option Property

Definition

Provides access to the Option parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::PSTraceSourceOptions> ^ Option { System::Activities::InArgument<System::Management::Automation::PSTraceSourceOptions> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::PSTraceSourceOptions> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.PSTraceSourceOptions> Option { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Option : System.Activities.InArgument<System.Management.Automation.PSTraceSourceOptions> with get, set
Public Property Option As InArgument(Of PSTraceSourceOptions)

Property Value

Attributes

Applies to