Audience.LastPropertyUpdate Property
Gets the date when the audience properties were last changed.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property LastPropertyUpdate As DateTime
Get
'Usage
Dim instance As Audience
Dim value As DateTime
value = instance.LastPropertyUpdate
public DateTime LastPropertyUpdate { get; }
Property Value
Type: System.DateTime
A value representing when the audience properties were last changed.
Remarks
The LastPropertyUpdate property is read-only.