Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, 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. .
See Also
DistributeCampaignActivityRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Activity entities
Return to top
© 2016 Microsoft. All rights reserved. Copyright