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.
Contains the last error to occur during rules compilation.
Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property LastCompileError As String
    Get
'Usage
Dim instance As AudienceCollection
Dim value As String
value = instance.LastCompileError
public string LastCompileError { get; }
Property Value
Type: System.String
A string that represents the description of the last error to occur during rules compilation.
Remarks
The LastCompileError property is read-only.