The datatype for the value of a Property being registered with the MobileEndpoint.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: 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 Enumeration PropertyType
public enum class PropertyType
Members
| Member name | Value | Description |
---|
| String | 0 |
A string textual property.
|
| Numeric | 1 |
A numeric integer.
|
| Real | 2 |
A floating point number.
|
See Also