CreateActivitiesListRequest.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.

Remarks

This value must be an instance of an activity class. For this property, only use activities that specify a recipient: a phone call, appointment, letter, fax, or email.

Applies to