'Declaration
Public Property ExternalValue As Object
'Usage
Dim instance As UAPublisherId Dim value As Object instance.ExternalValue = value value = instance.ExternalValue
public 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
.