ExecuteByIdUserQueryRequest.EntityId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.