SetTraceSource.ListenerOption Property

Definition

Provides access to the ListenerOption parameter.

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

Property Value

Attributes

Applies to