'Declaration
<CanBeNullAttribute()> Public Overloads Function Find( _ ByVal typeName As String _ ) As Object
'Usage
Dim instance As ConfigurationPartCollection Dim typeName As String Dim value As Object value = instance.Find(typeName)
Parameters
- typeName
- Full type name of the configuration part to be found.
Return Value
Returns a non-
null
configuration part if the configuration part is found; returns a null
reference otherwise.