SyncChangeServerOperation

SyncChangeServerOperation class

Contains properties of an existing object on the the server that were modified. The changed object is identified by its ServerId element.

public class SyncChangeServerOperation

Constructors

Name Description
SyncChangeServerOperation() Initializes a new instance of the SyncChangeServerOperation class.
SyncChangeServerOperation(string, DataContainer) Initializes a new instance of the SyncChangeServerOperation class.

Properties

Name Description
ApplicationData { get; } ApplicationData contains data for a particular object, such as a contact, email message, calendar appointment, or task item.
ServerId { get; set; } Represents a unique identifier that is assigned by the server to each object that can be synchronized.

See Also