InformationRightsManagementSettings.DocumentLibraryProtectionExpireDate property

Gets or sets the date that the Information Rights Management (IRM) protection of this document library will expire.

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

Syntax

'Declaration
Public Property DocumentLibraryProtectionExpireDate As DateTime
    Get
    Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As DateTime

value = instance.DocumentLibraryProtectionExpireDate

instance.DocumentLibraryProtectionExpireDate = value
public DateTime DocumentLibraryProtectionExpireDate { get; set; }

Property value

Type: System.DateTime
The date and time when the protection of this document library will expire. If the expire date value of the document library is empty or not valid, return the default expire date.

See also

Reference

InformationRightsManagementSettings class

InformationRightsManagementSettings members

Microsoft.SharePoint.Client namespace