Share via


Audience.LastCompilation property

Gets the date when the rules for this audience were last compiled.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property LastCompilation As DateTime
    Get
'Usage
Dim instance As Audience
Dim value As DateTime

value = instance.LastCompilation
public DateTime LastCompilation { get; }

Property value

Type: System.DateTime
A value that represents the date when rules for this audience were last compiled.

Remarks

The LastCompilation property is read-only.

See also

Reference

Audience class

Audience members

Microsoft.Office.Server.Audience namespace