AudienceCollection.LastCompileError Property
Contains the last error to occur during rules compilation.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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
String that represents the description of the last error to occur during rules compilation.
Remarks
The LastCompileError property is read-only.