Edit

Share via


Activity.DisplayName Property

Definition

Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.

C#
public string DisplayName { get; set; }

Property Value

A friendly name that is used for debugging, validation, exception handling, and tracking.

Remarks

This property is read-only at runtime.

Applies to