public enum DataSourceSchemaPropertyType : System.Enum
| Member | Description |
|---|---|
| BooleanValue | The property is of type boolean. |
| ByteValue | The property is of type byte. |
| DateTimeOffsetValue | The property is of type datetimeoffset. |
| DateTimeValue | The property is of type datetime. |
| DecimalValue | The property is of type decimal. |
| DoubleValue | The property is of type double. |
| IntValue | The property is of type integer. |
| LongValue | The property is of type long. |
| ObjectValue | The property is of type object. |
| ShortValue | The property if of type short. |
| SingleValue | The property is of type single. |
| StringValue | The property is of type string. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+