Share via


Audience.LastError property

Gets last error message that occurred during rule compilation.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property LastError As String
    Get
'Usage
Dim instance As Audience
Dim value As String

value = instance.LastError
public string LastError { get; }

Property value

Type: System.String
A string that represents the last error message that occurred during rule compilation.

Remarks

The LastError property is read-only.

See also

Reference

Audience class

Audience members

Microsoft.Office.Server.Audience namespace