共用方式為


SPList.IrmEnabled property

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

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

Syntax

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

value = instance.IrmEnabled

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

Property value

Type: System.Boolean
true如有啟用 IRM ;否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace