DistributeCampaignActivityRequest.Activity Property

Definition

Gets or sets the activity to be distributed. Required.

public:
 property Microsoft::Xrm::Sdk::Entity ^ Activity { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
public Microsoft.Xrm.Sdk.Entity Activity { get; set; }
member this.Activity : Microsoft.Xrm.Sdk.Entity with get, set
Public Property Activity As Entity

Property Value

The activity to be distributed, which must be instance of an activity class. You can only use activities that specify a recipient: a phone call, appointment, letter, fax, or email. .

Applies to