'Declaration
<CanBeNullAttribute()> ReadOnly Property State As Object
[CanBeNull()] object State {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
'Declaration
<CanBeNullAttribute()> ReadOnly Property State As Object
[CanBeNull()] object State {get;}
This value of this property can be null
(Nothing
in Visual Basic).
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.