共用方式為


SPList.IrmExpire property

取得或設定一個Boolean值,指定是否啟用資訊版權管理 (IRM) 到期的清單。

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

Syntax

'宣告
Public Property IrmExpire As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.IrmExpire

instance.IrmExpire = value
public bool IrmExpire { get; set; }

Property value

Type: System.Boolean
true啟用 IRM 到期時 ;否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace