'Declaration
Sub SetInternalValue( _ ByVal internalValue As Object _ )
'Usage
Dim instance As _UAPublisherId Dim internalValue As Object instance.SetInternalValue(internalValue)
void SetInternalValue( object internalValue )
void SetInternalValue( Object^ internalValue )
Parameters
- internalValue
- The internal value to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).