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