AVEVA OMI Software Developer Kit



ArchestrA.Client.MyViewApp Namespace > Security Class : LastSuccessfulLogin Property
LastSuccessfulLogin Property (Security)
Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Naming", 
   "CA1726:UsePreferredTerms", 
   MessageId="Login", 
   Justification="Acked")>
Public Shared ReadOnly Property LastSuccessfulLogin As Date
'Usage
 
Dim value As Date
 
value = Security.LastSuccessfulLogin
[SuppressMessage("Microsoft.Naming", 
   "CA1726:UsePreferredTerms", 
   MessageId="Login", 
   Justification="Acked")]
public static DateTime LastSuccessfulLogin {get;}
[SuppressMessage("Microsoft.Naming", 
   "CA1726:UsePreferredTerms", 
   MessageId="Login", 
   Justification="Acked")]
public:
static property DateTime LastSuccessfulLogin {
   DateTime get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also