'Declaration
Public Function New( _ ByVal publisherId As UAPublisherId, _ ByVal writerGroupId As Integer, _ ByVal dataSetWriterId As Integer _ )
'Usage
Dim publisherId As UAPublisherId Dim writerGroupId As Integer Dim dataSetWriterId As Integer Dim instance As New UADataSetHeader(publisherId, writerGroupId, dataSetWriterId)
public UADataSetHeader( UAPublisherId publisherId, int writerGroupId, int dataSetWriterId )
public: UADataSetHeader( UAPublisherId^ publisherId, int writerGroupId, int dataSetWriterId )
Parameters
- publisherId
- The publisher Id.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - writerGroupId
- The writer group Id.
Valid values of this parameter are in the range from
0
to65535
. - dataSetWriterId
- The dataset writer Id.
Valid values of this parameter are in the range from
0
to65535
.