Share via


WriteProgress.CurrentOperation Property

Definition

Provides access to the CurrentOperation parameter.

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

Property Value

Attributes

Applies to