Audience.LastError Property
Gets last error message that occurred during rule compilation.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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
String that represents the last error message that occurred during rule compilation.
Remarks
The LastError property is read-only.