AudienceCollection.LastCompileStartTime property

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

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
An 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.

See also

Reference

AudienceCollection class

AudienceCollection members

Microsoft.Office.Server.Audience namespace