'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal name As String _ ) As UAWriterGroupDescriptor
'Usage
[JetBrains.Annotations.CanBeNull()] public UAWriterGroupDescriptor operator implicit( string name )
[JetBrains.Annotations.CanBeNull()] public: operator UAWriterGroupDescriptor^ ( String^ name )
Parameters
- name
- A name of the writer group.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).