Activity.IsActivity(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.