Partager via


GoToActivity.TargetActivityName Property

Name of the target activity to execute next.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property TargetActivityName As String
    Get
    Set
'Usage
Dim instance As GoToActivity
Dim value As String

value = instance.TargetActivityName

instance.TargetActivityName = value
public string TargetActivityName { get; set; }

Property Value

Type: System.String

Exceptions

Exception Condition
InvalidOperationException

Thrown if trying to modify the property at runtime.

See Also

Reference

GoToActivity Class

GoToActivity Members

Microsoft.Rtc.Workflow.Activities Namespace