获取或设置此文档库的信息权限管理 (IRM) 保护的到期日期。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property DocumentLibraryProtectionExpireDate As DateTime
Get
Set
用法
Dim instance As InformationRightsManagementSettings
Dim value As DateTime
value = instance.DocumentLibraryProtectionExpireDate
instance.DocumentLibraryProtectionExpireDate = value
public DateTime DocumentLibraryProtectionExpireDate { get; set; }
属性值
类型:System.DateTime
日期和时间的保护此文档库将在何时到期。如果文档库的过期日期值为空或无效,则返回默认到期日期。
另请参阅
引用
InformationRightsManagementSettings 类