ExecuteAsyncRequest.Request 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 request to execute asynchronously.
public:
property Microsoft::Xrm::Sdk::OrganizationRequest ^ Request { Microsoft::Xrm::Sdk::OrganizationRequest ^ get(); void set(Microsoft::Xrm::Sdk::OrganizationRequest ^ value); };
public Microsoft.Xrm.Sdk.OrganizationRequest Request { get; set; }
member this.Request : Microsoft.Xrm.Sdk.OrganizationRequest with get, set
Public Property Request As OrganizationRequest
Property Value
The request to execute asynchronously.