'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetExternalValue( _ ByVal externalValue As Object _ )
'Usage
Dim instance As UAPublisherId Dim externalValue As Object instance.SetExternalValue(externalValue)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetExternalValue( object externalValue )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetExternalValue( Object^ externalValue )
Parameters
- externalValue
- The external value to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).