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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAPropertyPointReadArguments Class : Value Property
Gets a generic Object value that is a successful result of the operation.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Output)>
<CanBeNullAttribute()>
<ColumnDisplayAttribute(-120)>
<DataMemberAttribute()>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=2900, 
   ShortName="Value")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Property Value As Object
'Usage
 
Dim instance As DAPropertyPointReadArguments
Dim value As Object
 
instance.Value = value
 
value = instance.Value
[ArgumentDirections(ArgumentDirections.Output)]
[CanBeNull()]
[ColumnDisplay(-120)]
[DataMember()]
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=2900, 
   ShortName="Value")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public object Value {get; set;}
[ArgumentDirections(ArgumentDirections.Output)]
[CanBeNull()]
[ColumnDisplay(-120)]
[DataMember()]
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=2900, 
   ShortName="Value")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public:
property Object^ Value {
   Object^ get();
   void set (    Object^ 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