SaveChangesResult Class

Definition

Contains the result of the save changes operation returned from the organization web service.

public ref class SaveChangesResult sealed
public sealed class SaveChangesResult
type SaveChangesResult = class
Public NotInheritable Class SaveChangesResult
Inheritance
SaveChangesResult

Remarks

This class is only used in conjunction with OrganizationServiceContext. An instance of this class is returned when SaveChanges() is called.

Properties

Error

Gets the exception that occurred when a message request was processed by the organization web service.

Request

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

Response

Gets the result of a successful operation against the organization web server.

Applies to