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

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright