ExecuteByIdUserQueryRequest.EntityId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the user query (saved view) record to be executed.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public EntityReference EntityId { get; set; }
public:
property EntityReference^ EntityId {
    EntityReference^ get();
    void set(EntityReference^ value);
}
member EntityId : EntityReference with get, set
Public Property EntityId As EntityReference

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The ID of the user query (saved view) record to be executed. The ID corresponds to the UserQuery.UserQueryId property, which is the primary key for the UserQuery entity.

See Also

ExecuteByIdUserQueryRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright