'Declaration
Public Sub SetUInt16Identifier( _ ByVal uint16Identifier As Integer _ )
'Usage
Dim instance As UAPublisherId Dim uint16Identifier As Integer instance.SetUInt16Identifier(uint16Identifier)
public void SetUInt16Identifier( int uint16Identifier )
public: void SetUInt16Identifier( int uint16Identifier )
Parameters
- uint16Identifier
- A UInt16 identifier of the publisher Id.
Valid values of this parameter are in the range from
1
to65535
.