Condividi tramite


AudienceCollection.LastCompileError property

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.

See also

Reference

AudienceCollection class

AudienceCollection members

Microsoft.Office.Server.Audience namespace