QuickOPC User's Guide and Reference
RegularizedValue Property (_AENodeElementCollectionResult)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes Namespace > _AENodeElementCollectionResult Interface : RegularizedValue Property
Gets a regularized System.Object value that is a successful result of the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property RegularizedValue As Object
'Usage
 
Dim instance As _AENodeElementCollectionResult
Dim value As Object
 
value = instance.RegularizedValue
[CanBeNull()]
object RegularizedValue {get;}
[CanBeNull()]
property Object^ RegularizedValue {
   Object^ get();
}
Remarks

In a regularized value, arrays are always arrays of System.Object (transforms to VARIANT in COM). Regularized values are necessary for some COM tools, such as VBScript.

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