SetState.Entity Property
Applies To: Dynamics CRM 2015
Gets the resulting entity record following the update.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public OutArgument<Entity> Entity { get; set; }
public:
property OutArgument<Entity^>^ Entity {
OutArgument<Entity^>^ get();
void set(OutArgument<Entity^>^ value);
}
member Entity : OutArgument<Entity> with get, set
Public Property Entity As OutArgument(Of Entity)
Property Value
Type: System.Activities.OutArgument<Entity>
Type: OutArgument
The resulting entity record following the update.
See Also
SetState Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright