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 an entity that contains the attributes relevant to the calculated rollup attribute.
Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Entity Entity { get; }
public:
property Entity^ Entity {
    Entity^ get();
}
member Entity : Entity with get
Public ReadOnly Property Entity As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
An entity that contains the attributes relevant to the calculated rollup attribute.
Remarks
This entity will contain three attributes that are returned in this entity instance.
| Attribute Name | Type | Description | 
|---|---|---|
| <attribute SchemaName> | Depends on the type of attribute. | The rollup attribute value. | 
| <attribute SchemaName>_Date | When the rollup was last calculated. | |
| <attribute SchemaName>_State | The state of the rollup calculation. See Rollup state values for information on the possible state values. | 
See Also
CalculateRollupFieldResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright