SaveChangesResult.Response 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 result of a successful operation against the organization web server.
public:
property Microsoft::Xrm::Sdk::OrganizationResponse ^ Response { Microsoft::Xrm::Sdk::OrganizationResponse ^ get(); };
public Microsoft.Xrm.Sdk.OrganizationResponse Response { get; }
member this.Response : Microsoft.Xrm.Sdk.OrganizationResponse
Public ReadOnly Property Response As OrganizationResponse
Property Value
The response to the request.
Remarks
This property is set to a null
value when the Error property is set.