'Declaration<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal descriptorString As String _ ) As ServerDescriptor
'Usage
 
            [CanBeNull()] public ServerDescriptor operator implicit( string descriptorString )
[CanBeNull()] public: operator ServerDescriptor^ ( String^ descriptorString )
Parameters
- descriptorString
 - Contains the descriptor string for the server.
 
Return Value
Returns the server descriptor created from the string.