ILoginOptions.DateLastModified Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("Login_DateLastModifiedName")> _
<DisplayDescriptionKeyAttribute("Login_DateLastModifiedDesc")> _
ReadOnly Property DateLastModified As DateTime
    Get
'Usage
Dim instance As ILoginOptions
Dim value As DateTime

value = instance.DateLastModified
[DisplayNameKeyAttribute("Login_DateLastModifiedName")]
[DisplayDescriptionKeyAttribute("Login_DateLastModifiedDesc")]
DateTime DateLastModified { get; }
[DisplayNameKeyAttribute(L"Login_DateLastModifiedName")]
[DisplayDescriptionKeyAttribute(L"Login_DateLastModifiedDesc")]
property DateTime DateLastModified {
    DateTime get ();
}
[<DisplayNameKeyAttribute("Login_DateLastModifiedName")>]
[<DisplayDescriptionKeyAttribute("Login_DateLastModifiedDesc")>]
abstract DateLastModified : DateTime
function get DateLastModified () : DateTime

Property Value

Type: System.DateTime