Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and time when the policy was last modified.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateModified As DateTime
Get
'Usage
Dim instance As Policy
Dim value As DateTime
value = instance.DateModified
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DateModified { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DateModified {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DateModified : DateTime
function get DateModified () : DateTime
Property Value
Type: System.DateTime
A DateTime system object value that specifies the date and time when the policy was last modified.