Share via


CreateEntity.EntityId Property

 

Applies To: Dynamics CRM 2015

Gets the ID of the record that was created.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public OutArgument<Guid> EntityId { get; set; }
public:
property OutArgument<Guid>^ EntityId {
    OutArgument<Guid>^ get();
    void set(OutArgument<Guid>^ value);
}
member EntityId : OutArgument<Guid> with get, set
Public Property EntityId As OutArgument(Of Guid)

Property Value

Type: System.Activities.OutArgument<Guid>

Type: OutArgument<Guid>
The ID of the record that was created.

See Also

CreateEntity Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright