Share via


Audience.LastRuleUpdate Property

Gets the date when the rules for this audience were last updated.

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

Syntax

'Declaration
Public ReadOnly Property LastRuleUpdate As DateTime
    Get
'Usage
Dim instance As Audience
Dim value As DateTime

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

Property Value

Type: System.DateTime
A value that represents the date when the rules for this audience were last updated.

Remarks

The LastRuleUpate property is read-only.

See Also

Reference

Audience Class

Audience Members

Microsoft.Office.Server.Audience Namespace