List.IrmExpire property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property IrmExpire As Boolean
Get
Set
'Usage
Dim instance As List
Dim value As Boolean
value = instance.IrmExpire
instance.IrmExpire = value
public bool IrmExpire { get; set; }
Property value
Type: System.Boolean