'Declaration
<CLSCompliantAttribute(False)> Public Property InternalValue As Object
'Usage
Dim instance As UAPublisherId Dim value As Object instance.InternalValue = value value = instance.InternalValue
[CLSCompliant(false)] public object InternalValue {get; set;}
[CLSCompliant(false)] public: property Object^ InternalValue { Object^ get(); void set ( Object^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.