Share via


LimitEventLog.OverflowAction Property

Definition

Provides access to the OverflowAction parameter.

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

Property Value

Attributes

Applies to