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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _UANodeElementCollectionResult 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 _UANodeElementCollectionResult
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