Share via


PropagateByExpressionRequest.Activity Property

 

Applies To: Dynamics CRM 2015

Gets or sets the activity to be distributed. Required.

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The activity to be distributed.

Remarks

This property must be an instance of a class that represents a Microsoft Dynamics CRM activity. For this property, you can only use activities that specify a recipient, such as an appointment, email, fax, letter, or phone call.

See Also

PropagateByExpressionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Activity entities

Return to top

© 2016 Microsoft. All rights reserved. Copyright