ValidateRequest.Activities Property

Definition

Gets or sets the activities to validate.

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ Activities { Microsoft::Xrm::Sdk::EntityCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityCollection Activities { get; set; }
member this.Activities : Microsoft.Xrm.Sdk.EntityCollection with get, set
Public Property Activities As EntityCollection

Property Value

The activities to validate.

Remarks

Each activity record in the Activities property must have a valid Guid value for Id that corresponds to the ActivityPointer.ActivityId attribute, which is the primary key for the ActivityPointer entity.

Applies to