SPInformationRightsManagementSettings.EnableDocumentAccessExpire property
Gets or sets a value indicating whether the downloaded document will expire.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableDocumentAccessExpire As Boolean
Get
Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableDocumentAccessExpire
instance.EnableDocumentAccessExpire = value
public bool EnableDocumentAccessExpire { get; set; }
Property value
Type: System.Boolean
true if the downloaded document will expire, otherwise false.
Remarks
The default value is false.
See also
Reference
SPInformationRightsManagementSettings class