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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace