'Declaration
<CanBeNullAttribute()> ReadOnly Property CurrentField As DataField
'Usage
Dim instance As _UnionData Dim value As DataField value = instance.CurrentField
[CanBeNull()] DataField CurrentField {get;}
[CanBeNull()] property DataField^ CurrentField { DataField^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.