'Declaration
<NotNullAttribute()> Public Property Result As UAAttributeData
'Usage
Dim instance As UADataVariableReadEventArgs Dim value As UAAttributeData instance.Result = value value = instance.Result
[NotNull()] public UAAttributeData Result {get; set;}
[NotNull()] public: property UAAttributeData^ Result { UAAttributeData^ get(); void set ( UAAttributeData^ value); }
Property Value
The attribute data, including the value, timestamps, and status code from the read operation.The value of this property cannot be null
(Nothing
in Visual Basic).