Version

DataSourceSchemaPropertyType Enumeration

Enumerates the available property types on a data source schema.
Syntax
public enum DataSourceSchemaPropertyType : System.Enum 
Members
MemberDescription
BooleanValueThe property is of type boolean.
ByteValueThe property is of type byte.
DateTimeOffsetValueThe property is of type datetimeoffset.
DateTimeValueThe property is of type datetime.
DecimalValueThe property is of type decimal.
DoubleValueThe property is of type double.
IntValueThe property is of type integer.
LongValueThe property is of type long.
ObjectValueThe property is of type object.
ShortValueThe property if of type short.
SingleValueThe property is of type single.
StringValueThe property is of type string.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also