Share via


PolicyDescriptor.OfflineCacheLifetimeInDays property

Gets or sets the time a user policy can be cached offline (in days). You can use constants from the OfflineCacheLifetimeConstants object.

Syntax

public:
property int OfflineCacheLifetimeInDays { 
   int get();
   void set (int value);
}

Property value

Type: int

The time a user policy can be cached offline (in days).

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

PolicyDescriptor

OfflineCacheLifetimeConstants