SaveChangesResult.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 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.