CreateEntity.Entity Property
Applies To: Dynamics CRM 2015
Gets or sets the entity instance (record).
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
[RequiredArgumentAttribute]
public InOutArgument<Entity> Entity { get; set; }
public:
[RequiredArgumentAttribute]
property InOutArgument<Entity^>^ Entity {
InOutArgument<Entity^>^ get();
void set(InOutArgument<Entity^>^ value);
}
[<RequiredArgumentAttribute>]
member Entity : InOutArgument<Entity> with get, set
<RequiredArgumentAttribute>
Public Property Entity As InOutArgument(Of Entity)
Property Value
Type: System.Activities.InOutArgument<Entity>
Type: InOutArgument<Entity>
The entity instance (record).
Remarks
This is an entity instance of the type specified by the EntityName property. On input, the attribute values that have been set will be used to create the record. Only attribute values for attributes that are valid for create and that the user has access to create will be used, all others will be ignored.
On output, this the entity instance that was created.
See Also
CreateEntity Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright