'Declaration
<CanBeNullAttribute()> Public Overloads Function FindByName( _ ByVal name As String _ ) As Object
'Usage
Dim instance As ConfigurationPartCollection Dim name As String Dim value As Object value = instance.FindByName(name)
Parameters
- name
- Unqualified name of the configuration part to be found.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns a non-
null
configuration part if the configuration part is found; returns a null
reference otherwise.
This method can return null
(Nothing
in Visual Basic).