InformationRightsManagementSettings.EnableDocumentAccessExpire property
Gets or sets whether the downloaded document will expire.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property EnableDocumentAccessExpire As Boolean
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
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 for this property is false.
See also
Reference
InformationRightsManagementSettings class