Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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