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