TaskLoggingHelper.TaskName Property

Definition

Gets the name of the parent task.

protected:
 property System::String ^ TaskName { System::String ^ get(); };
protected string TaskName { get; }
protected string TaskName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TaskName : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskName : string
Protected ReadOnly Property TaskName As String

Property Value

Task name string.

Attributes

Applies to