EasyUA Reference
ModificationInfo Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > HistoryDataReadResult Class : ModificationInfo Property

Glossary Item Box

Gets or sets the modification info.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As HistoryDataReadResult
Dim value As List(Of ModificationInfo)
 
instance.ModificationInfo = value
 
value = instance.ModificationInfo
C# 
public List<ModificationInfo> ModificationInfo {get; set;}

Property Value

List of modification information. The size and order of the list matches the size and order of the requested data parameters.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.