Share via


HoldInfo.HoldUpdatedDate property

Gets the date and time when the hold was last updated in Coordinated Universal Time (UTC).

Namespace:  Microsoft.Office.RecordsManagement.Preservation
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property HoldUpdatedDate As DateTime
    Get
    Friend Set
'Usage
Dim instance As HoldInfo
Dim value As DateTime

value = instance.HoldUpdatedDate
public DateTime HoldUpdatedDate { get; internal set; }

Property value

Type: System.DateTime
The date and time when the hold was last updated.

Remarks

The default is the minimum value for the date and time.

If the hold has not been updated, the value will be the MinValue. This field is populated by one of the overloads of PopulateHoldQueryInfo() method.

See also

Reference

HoldInfo class

HoldInfo members

Microsoft.Office.RecordsManagement.Preservation namespace