'Declaration
Public Function New( _ ByVal stringIdentifier As String _ )
'Usage
Dim stringIdentifier As String Dim instance As New UAPublisherId(stringIdentifier)
public UAPublisherId( string stringIdentifier )
public: UAPublisherId( String^ stringIdentifier )
Parameters
- stringIdentifier
- A string identifier of the publisher Id.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).