다음을 통해 공유


ProfilePropertyLoader.IsError Property

Gets or sets 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
Public ReadOnly Property IsError As Boolean
    Get
'Usage
Dim instance As ProfilePropertyLoader
Dim value As Boolean

value = instance.IsError
public bool IsError { get; }

Property Value

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

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace