Share via


InformationRightsManagementSettings.EnableLicenseCacheExpire property

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

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

Syntax

'Declaration
Public Property EnableLicenseCacheExpire As Boolean
    Get
    Set
'Usage
Dim instance As InformationRightsManagementSettings
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, otherwise false.

Remarks

The default value for this property is false.

See also

Reference

InformationRightsManagementSettings class

InformationRightsManagementSettings members

Microsoft.SharePoint.Client namespace