ActivityTrackingLocation.ActivityTypeName Property

Definition

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

public:
 property System::String ^ ActivityTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ActivityTypeName { get; set; }
member this.ActivityTypeName : string with get, set
Public Property ActivityTypeName As String

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