CachePolicy::Options Property

 

Gets or sets the CacheOptions to include with the Cache-Control HTTP header field.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Cache
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property CacheOptions Options {
	CacheOptions get();
	void set(CacheOptions value);
}
Return to top
Show: