AssignEntity.EntityId Property
Applies To: Dynamics CRM 2015
Sets the ID of the record to assign.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public InArgument<Guid> EntityId { get; set; }
public:
property InArgument<Guid>^ EntityId {
InArgument<Guid>^ get();
void set(InArgument<Guid>^ value);
}
member EntityId : InArgument<Guid> with get, set
Public Property EntityId As InArgument(Of Guid)
Property Value
Type: System.Activities.InArgument<Guid>
Type: InArgument<Guid>
The ID of the record to assign.
See Also
AssignEntity Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright