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