SPFileRightsManagementSettings.LicenseCacheExpireDays property
Gets or sets the cache policy expiration duration for the application that renders this document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LicenseCacheExpireDays As Integer
Get
Set
'Usage
Dim instance As SPFileRightsManagementSettings
Dim value As Integer
value = instance.LicenseCacheExpireDays
instance.LicenseCacheExpireDays = value
public int LicenseCacheExpireDays { get; set; }
Property value
Type: System.Int32
See also
Reference
SPFileRightsManagementSettings class