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