OperationProgressTask.DisplayName Property

Definition

Gets a function that returns a Task<TResult> to get the DisplayName of this OperationProgressTask. Will only be called if actually needed to display to user.

public:
 property Func<System::Threading::Tasks::Task<System::String ^> ^> ^ DisplayName { Func<System::Threading::Tasks::Task<System::String ^> ^> ^ get(); };
public Func<System.Threading.Tasks.Task<string>> DisplayName { get; }
member this.DisplayName : Func<System.Threading.Tasks.Task<string>>
Public ReadOnly Property DisplayName As Func(Of Task(Of String))

Property Value

Func<Task<String>>

Applies to