Opc.Ua.Core
LastExportTime Property



Opc.Ua.Security Namespace > SecuredApplication Class : LastExportTime Property
Syntax
'Declaration
 
<DataMemberAttribute(5)>
Public Property LastExportTime As Date
'Usage
 
Dim instance As SecuredApplication
Dim value As Date
 
instance.LastExportTime = value
 
value = instance.LastExportTime
[DataMember(5)]
public DateTime LastExportTime {get; set;}
[DataMember(5)]
public:
property DateTime LastExportTime {
   DateTime get();
   void set (    DateTime value);
}
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

Reference

SecuredApplication Class
SecuredApplication Members