Share via


AudienceCollection.LastCompileFinishTime Property

Gets the date and time when the last rules compilation completed.

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

Syntax

'Declaration
Public ReadOnly Property LastCompileFinishTime As DateTime
    Get
'Usage
Dim instance As AudienceCollection
Dim value As DateTime

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

Property Value

Type: System.DateTime
A System.DateTime object that contains the date and time of rules compilation.

Remarks

The LastCompileFinishTime property is read-only. This property value uses Coordinated Universal Time (UTC) format.

See Also

Reference

AudienceCollection Class

AudienceCollection Members

Microsoft.Office.Server.Audience Namespace