Site.UpgradeReminderDate property
Specifies a date, after which site collection administrators will be reminded to upgrade the site collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property UpgradeReminderDate As DateTime
Get
'Usage
Dim instance As Site
Dim value As DateTime
value = instance.UpgradeReminderDate
public DateTime UpgradeReminderDate { get; }
Property value
Type: System.DateTime