OfflineResourceSynchronizedEventArgsOfflineUri Property |
The Uri of the resource before the resource was synchronized with the cloud. The cloud service may change the Uri
during a POST of a new resource.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Uri OfflineUri { get; }
Public ReadOnly Property OfflineUri As Uri
Get
public:
property Uri^ OfflineUri {
Uri^ get ();
}
member OfflineUri : Uri with get
Property Value
Type:
Uri
See Also