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