Share via


SPInformationRightsManagementSettings.EnableLicenseCacheExpire property

Gets or sets a value indicating whether the user must verify their credentials after some interval.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EnableLicenseCacheExpire As Boolean
    Get
    Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As Boolean

value = instance.EnableLicenseCacheExpire

instance.EnableLicenseCacheExpire = value
public bool EnableLicenseCacheExpire { get; set; }

Property value

Type: System.Boolean
true if license cache expire is enabled and the user must verify their credentials after some interval, otherwise false.

Remarks

The default value is false.

See also

Reference

SPInformationRightsManagementSettings class

SPInformationRightsManagementSettings members

Microsoft.SharePoint namespace