'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;}
'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;}
Internal value is used in the OPC-UA PubSub specification, not CLS-compliant. It is System.Byte, System.UInt16, System.UInt32, System.UInt64, System.String, or null
.