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