DistributeCampaignActivityRequest.Propagate Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.Boolean

Type: Boolean
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.

See Also

DistributeCampaignActivityRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright