RetrieveRecordWallRequest.Entity Property
Applies To: Dynamics CRM 2015
Gets or sets the record for which to retrieve the wall. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityReference Entity { get; set; }
public:
property EntityReference^ Entity {
EntityReference^ get();
void set(EntityReference^ value);
}
member Entity : EntityReference with get, set
Public Property Entity As EntityReference
Property Value
Type: Microsoft.Xrm.Sdk.EntityReference
Type: EntityReference
The record for which to retrieve the wall. This must be an entity reference for an entity that is enabled for activity feeds.
See Also
RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright