SaveChangesResult.Request Property

Definition

Gets the message request that was submitted to the organization web service.

public:
 property Microsoft::Xrm::Sdk::OrganizationRequest ^ Request { Microsoft::Xrm::Sdk::OrganizationRequest ^ get(); };
public Microsoft.Xrm.Sdk.OrganizationRequest Request { get; }
member this.Request : Microsoft.Xrm.Sdk.OrganizationRequest
Public ReadOnly Property Request As OrganizationRequest

Property Value

The request instance that was submitted.

Applies to