'Declaration
<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal name As String _ ) As UAWriterGroupDescriptor
'Usage
[CanBeNull()] public UAWriterGroupDescriptor operator implicit( string name )
[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).