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
<DefaultValueAttribute(Nothing)> _
Public Property TargetActivityName As String
[DefaultValueAttribute(null)]
public string TargetActivityName { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property String^ TargetActivityName {
String^ get ();
void set (String^ value);
}
function get_targetActivityName();
function set_targetActivityName(value);
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if trying to modify the property at runtime. |