ApsProperties.ContentAvailable Property
Provide this key with a value of 1 to indicate that new content is available. This is used to support Newsstand apps and background content downloads.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public bool ContentAvailable { get; set; }
public:
property bool ContentAvailable {
bool get();
void set(bool value);
}
member ContentAvailable : bool with get, set
Public Property ContentAvailable As Boolean
Property Value
Type: System.Boolean
See Also
ApsProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top