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 number of days before a downloaded document will expire.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DocumentAccessExpireDays As Integer
Get
Set
'Usage
Dim instance As SPFileRightsManagementSettings
Dim value As Integer
value = instance.DocumentAccessExpireDays
instance.DocumentAccessExpireDays = value
public int DocumentAccessExpireDays { get; set; }
Property value
Type: System.Int32
See also
Reference
SPFileRightsManagementSettings class