SearchConfigurationPortability.ImportWarnings property
Specifies the warning messages that were generated when the search settings configuration was imported.
Namespace: Microsoft.SharePoint.Client.Search.Portability
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ImportWarnings As String
Get
'Usage
Dim instance As SearchConfigurationPortability
Dim value As String
value = instance.ImportWarnings
public string ImportWarnings { get; }
Property value
Type: System.String
See also
Reference
SearchConfigurationPortability class