'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property Value As Object
'Usage
Dim instance As _UAWriteValueArguments Dim value As Object instance.Value = value value = instance.Value
[JetBrains.Annotations.CanBeNull()] object Value {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.