'Declaration
<NotNullAttribute()> Public Shared Function FromInt32( _ ByVal dataSetWriterId As Integer _ ) As UADataSetWriterDescriptor
'Usage
Dim dataSetWriterId As Integer Dim value As UADataSetWriterDescriptor value = UADataSetWriterDescriptor.FromInt32(dataSetWriterId)
[NotNull()] public static UADataSetWriterDescriptor FromInt32( int dataSetWriterId )
[NotNull()] public: static UADataSetWriterDescriptor^ FromInt32( int dataSetWriterId )
Parameters
- dataSetWriterId
- The dataset writer Id.
Valid values of this parameter are in the range from
0
to65535
.
Return Value
This method never returns null
(Nothing
in Visual Basic).