SPDataSourceMigratorException.DoNotAddIISRestartInfo property
Gets a Boolean value that indicates whether information about restarting Internet Information Services (IIS) is excluded from the error message.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DoNotAddIISRestartInfo As Boolean
Get
'Usage
Dim instance As SPDataSourceMigratorException
Dim value As Boolean
value = instance.DoNotAddIISRestartInfo
public bool DoNotAddIISRestartInfo { get; }
Property value
Type: System.Boolean
Boolean
true if information about restarting IIS is excluded; otherwise, false.
See also
Reference
SPDataSourceMigratorException class