'Declaration
<PureAttribute()> Public Shared Function IsValidExternalValue( _ ByVal value As Object _ ) As Boolean
'Usage
Dim value As Object Dim value As Boolean value = UAPublisherId.IsValidExternalValue(value)
Parameters
- value
- The value to be tested.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
if the value represents a valid external value of a publisher Id; returns false
otherwise.