MobileServiceSystemProperties Enum

Definition

A flags enum for the available system properties in Mobile Services.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum MobileServiceSystemProperties
[<System.Flags>]
type MobileServiceSystemProperties = 
Public Enum MobileServiceSystemProperties
Inheritance
MobileServiceSystemProperties
Attributes

Fields

All 65535

All of the system properties.

CreatedAt 1

The __createdAt system property

Deleted 8

The __deleted system property

None 0

No system properties

UpdatedAt 2

The __updatedAt system property

Version 4

The __version system property

Applies to