PropagateByExpressionRequest.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 property must be an instance of a class that represents a Microsoft Dynamics 365 activity. For this property, you can only use activities that specify a recipient, such as an appointment, email, fax, letter, or phone call.

Applies to