Policy.ModifiedDate property

Gets the time and date when this information policy was last modified.

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

Syntax

'Declaration
Public ReadOnly Property ModifiedDate As DateTime
    Get
'Usage
Dim instance As Policy
Dim value As DateTime

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

Property value

Type: System.DateTime
A DateTime object that represents the time and date when this information policy was last modified.

See also

Reference

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace