Share via


IPersonalPage.IsProfileError property

Gets a value that indicates whether there was an error loading the profile.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
ReadOnly Property IsProfileError As Boolean
    Get
'Usage
Dim instance As IPersonalPage
Dim value As Boolean

value = instance.IsProfileError
bool IsProfileError { get; }

Property value

Type: System.Boolean
true if there was an error loading the profile; otherwise, false.

See also

Reference

IPersonalPage interface

IPersonalPage members

Microsoft.SharePoint.Portal.WebControls namespace