'Declaration
<NotNullAttribute()> Property Value As BitArray
'Usage
Dim instance As _OpaqueData Dim value As BitArray instance.Value = value value = instance.Value
[NotNull()] BitArray Value {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).