QuickOPC User's Guide and Reference
Value Property (_DANodeElementCollectionResult)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DANodeElementCollectionResult Interface : Value Property
Gets a generic System.Object value that is a successful result of the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ElementsNotNullAttribute()>
Property Value As DANodeElementCollection
'Usage
 
Dim instance As _DANodeElementCollectionResult
Dim value As DANodeElementCollection
 
instance.Value = value
 
value = instance.Value
[CanBeNull()]
[ElementsNotNull()]
DANodeElementCollection Value {get; set;}
[CanBeNull()]
[ElementsNotNull()]
property DANodeElementCollection^ Value {
   DANodeElementCollection^ get();
   void set (    DANodeElementCollection^ value);
}
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