'DeclarationPublic Shared Function Parse( _ ByVal target As String _ ) As ConnectionDescriptor
public static ConnectionDescriptor Parse( string target )
Parameters
- target
 
Return Value
A ConnectionDescriptor containing information parsed from the target,
            or null if the target cannot be parsed.