'Declaration<CanBeNullAttribute()> Property Value As Object
'UsageDim instance As _UAWriteValueArguments Dim value As Object instance.Value = value value = instance.Value
[CanBeNull()] object Value {get; set;}
'Declaration<CanBeNullAttribute()> Property Value As Object
'UsageDim instance As _UAWriteValueArguments Dim value As Object instance.Value = value value = instance.Value
[CanBeNull()] object Value {get; set;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.