CreateActivitiesListRequest.Activity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.