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