Edit

Share via


ActivityTrackingLocation.ActivityTypeName Property

Definition

Gets or sets the unqualified name of the reference activity type for the location.

C#
public string ActivityTypeName { get; set; }

Property Value

The unqualified name of the reference activity type.

Remarks

You must specify the unqualified name of the reference activity type. For example, to specify the unqualified name of a CodeActivity activity set ActivityTypeName to "CodeActivity".

ActivityTypeName provides a much easier way to specify a reference activity type when you author a profile directly in XML. ActivityTypeName also provides a version-independent way of referring to a reference activity type.

You must specify either the ActivityTypeName or ActivityType for the ActivityTrackingLocation.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1