Click or drag to resize
MobileResource Properties

The MobileResource type exposes the following members.

Properties
  NameDescription
Public propertyHasConflict
Returns true if offline updates resulted in a conflict on the service, false otherwise.
Public propertyHasOfflineCommitError
Returns true if committing an offline update to the service resulted in an error from the service.
Public propertyHasOfflineUpdates
Returns true if the resource has pending offline updates, false otherwise.
Public propertyIsPendingOfflineDelete
Returns true if the resource was deleted while offline, false otherwise.
Public propertyIsPinned
Returns true if this resource is pinned, false otherwise. Pinned resources are not evicted and can be synchronized in a batch by calling Synchronizer.SynchronizePinnedResourcesAsync.
Public propertyLastSyncTime
The time that this resource was last synchronized, null if it was never synchronized ex if it was just created locally.
Public propertyUri
The Uri of the object. For locally created objects that are not yet committed to the service, a unique Uri is generated in its endpoint that would be updated by the service.
Top
See Also