'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.
Return Value
Returns a writer group descriptor with the specified name; returns
null
if a null
name has been passed in.