ExecuteByIdUserQueryRequest.EntityId Property

Definition

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

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

Property Value

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.

Applies to