WriteProgressCommand.CurrentOperation Property

Definition

Description of current operation in activity, empty if n/a.

public:
 property System::String ^ CurrentOperation { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ CurrentOperation { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CurrentOperation { get; set; }
[System.Management.Automation.Parameter]
public string CurrentOperation { get; set; }
member this.CurrentOperation : string with get, set
[<System.Management.Automation.Parameter>]
member this.CurrentOperation : string with get, set
Public Property CurrentOperation As String

Property Value

Attributes

Applies to