Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if emails should be sent by job-upgrade-site-collection timer job when upgrade completes for each site collection. Default value is true.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SendSiteUpgradeEmails As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.SendSiteUpgradeEmails
instance.SendSiteUpgradeEmails = value
public bool SendSiteUpgradeEmails { get; set; }
Property value
Type: System.Boolean