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