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.
Gets the date and time when the last rules compilation completed.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
An 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.