MobileServiceSystemProperties
Enum
Definition
A flags enum for the available system properties in Mobile Services.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum MobileServiceSystemProperties
- Inheritance
-
MobileServiceSystemProperties
- Attributes
Fields
| All | All of the system properties. |
| CreatedAt | The createdAt system property |
| Deleted | The deleted system property |
| None | No system properties |
| UpdatedAt | The updatedAt system property |
| Version | The version system property |