QuickOPC User's Guide and Reference
MinorVersionDateTime Property (UAConfigurationVersion)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAConfigurationVersion Class : MinorVersionDateTime Property
Reflects the time of the last change, expressed as date&time. In UTC.
Syntax
'Declaration
 
Public Property MinorVersionDateTime As Date
'Usage
 
Dim instance As UAConfigurationVersion
Dim value As Date
 
instance.MinorVersionDateTime = value
 
value = instance.MinorVersionDateTime
public DateTime MinorVersionDateTime {get; set;}
public:
property DateTime MinorVersionDateTime {
   DateTime get();
   void set (    DateTime value);
}
Remarks

Only the minor version is updated if fields are added at the end of the dataset content.

If the major version is updated, the minor version is updated to the same value as major version.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also