ValidateRequest.Activities Property
Applies To: Dynamics CRM 2015
Gets or sets the activities to validate.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityCollection Activities { get; set; }
public:
property EntityCollection^ Activities {
EntityCollection^ get();
void set(EntityCollection^ value);
}
member Activities : EntityCollection with get, set
Public Property Activities As EntityCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityCollection
EntityCollection
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.
See Also
ValidateRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright