OperationProgressTask.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))