MobileServiceContractResolver.ResolveSystemProperties
Method
Definition
Returns the system properties as a comma seperated list for a given type. Returns null if the type does not support system properties.
public virtual Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties ResolveSystemProperties (Type type);
Parameters
- type
- Type
The type for which to get the system properties.
Returns
The system properties as a comma seperated list for the given type or null if the type does not support system properties.