'Declaration
<CanBeNullAttribute()> Public Shared Function FromString( _ ByVal name As String _ ) As UAWriterGroupDescriptor
'Usage
Dim name As String Dim value As UAWriterGroupDescriptor value = UAWriterGroupDescriptor.FromString(name)
[CanBeNull()] public static UAWriterGroupDescriptor FromString( string name )
[CanBeNull()] public: static UAWriterGroupDescriptor^ FromString( String^ name )
Parameters
- name
- A name of the writer group.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if a null
name has been passed in.
This method can return null
(Nothing
in Visual Basic).