EasyUA Reference
Historizing Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseVariableState Class : Historizing Property

Glossary Item Box

Whether the server is archiving the value of the variable.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim value As Boolean
 
instance.Historizing = value
 
value = instance.Historizing
C# 
[DataMemberAttribute(Name="Historizing", 
   IsNameSetExplicitly=true, 
   Order=7, 
   EmitDefaultValue=false)]
public bool Historizing {get; set;}

Property Value

true if historizing; otherwise, false.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.