DistributeCampaignActivityRequest.Propagate Property

Definition

Gets or sets a value that indicates whether the activity is both created and executed. Required.

public:
 property bool Propagate { bool get(); void set(bool value); };
public bool Propagate { get; set; }
member this.Propagate : bool with get, set
Public Property Propagate As Boolean

Property Value

Indicates whether the activity is both created and executed. true if an activity is both created and executed; false if an activity is created but not executed.

Remarks

This property is primarily used for the email activity. For the email activity, use true if an email is created, sent, and marked as complete. Use false if an email is created but not sent.

Applies to