Opc.Ua.Core
BuildDate Property



Opc.Ua Namespace > ServerProperties Class : BuildDate Property
When the application was built.
Syntax
'Declaration
 
Public Property BuildDate As Date
'Usage
 
Dim instance As ServerProperties
Dim value As Date
 
instance.BuildDate = value
 
value = instance.BuildDate
public DateTime BuildDate {get; set;}
public:
property DateTime BuildDate {
   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

ServerProperties Class
ServerProperties Members