SPList.IrmExpire-Eigenschaft
Ruft ab oder legt einen Boolean -Wert, der angibt, ob Information Rights Management (IRM) Ablauf für die Liste aktiviert ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IrmExpire As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.IrmExpire
instance.IrmExpire = value
public bool IrmExpire { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn IRM Ablaufzeit aktiviert ist; andernfalls false.