'Declaration
<NotNullAttribute()> <PureAttribute()> Public Shared Function CreateUInt16( _ ByVal uint16Identifier As Integer _ ) As UAPublisherId
'Usage
Dim uint16Identifier As Integer Dim value As UAPublisherId value = UAPublisherId.CreateUInt16(uint16Identifier)
[NotNull()] [Pure()] public static UAPublisherId CreateUInt16( int uint16Identifier )
[NotNull()] [Pure()] public: static UAPublisherId^ CreateUInt16( int uint16Identifier )
Parameters
- uint16Identifier
- A UInt16 identifier of the publisher Id.
Return Value
Returns a UInt16 publisher Id with the specified identifier.