Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.