'Declaration
Public Sub SetUInt32Identifier( _ ByVal uint32Identifier As Long _ )
'Usage
Dim instance As UAPublisherId Dim uint32Identifier As Long instance.SetUInt32Identifier(uint32Identifier)
public void SetUInt32Identifier( long uint32Identifier )
public: void SetUInt32Identifier( int64 uint32Identifier )
Parameters
- uint32Identifier
- A UInt32 identifier of the publisher Id.
Valid values of this parameter are in the range from
1
to4294967295
.