Share via


Activity.IsActivity(String) Method

Definition

Indicates whether this activity is of a specified activity type.

protected bool IsActivity (string activityType);
member this.IsActivity : string -> bool
Protected Function IsActivity (activityType As String) As Boolean

Parameters

activityType
String

The activity type to check for.

Returns

true if this activity is of the specified activity type; otherwise, false.

Applies to