AudienceCollection.LastCompileStartTime Property
Gets the date and time when the last rules compilation started.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property LastCompileStartTime As DateTime
Get
'Usage
Dim instance As AudienceCollection
Dim value As DateTime
value = instance.LastCompileStartTime
public DateTime LastCompileStartTime { get; }
Property Value
Type: System.DateTime
A System.DateTime object that contains the date and time when the last rules compilation started.
Remarks
The LastCompileStartTime property is read-only. This property value uses Coordinated Universal Time (UTC) format.