| 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x