IMobileServiceTable.SystemProperties Property

 

The Mobile Service system properties to be included with items.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile (in Microsoft.WindowsAzure.Mobile.dll)

Syntax

MobileServiceSystemProperties SystemProperties { get; set; }
property MobileServiceSystemProperties SystemProperties {
    MobileServiceSystemProperties get();
    void set(MobileServiceSystemProperties value);
}
abstract SystemProperties : MobileServiceSystemProperties with get, set
Property SystemProperties As MobileServiceSystemProperties

Property Value

Type: Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties

See Also

IMobileServiceTable Interface
Microsoft.WindowsAzure.MobileServices Namespace

Return to top