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.
Error Message to use if an error occurs when a Webpart is imported.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Overrides Property ImportErrorMessage As String
Get
Set
'Usage
Dim instance As WebPart
Dim value As String
value = instance.ImportErrorMessage
instance.ImportErrorMessage = value
[WebPartStorageAttribute(Storage.None)]
public override string ImportErrorMessage { get; set; }
Type: System.String