Determines if a field name exists in the list.
public System.bool Find(
System.string
)
public: System.bool Find(
System.string*
)
'Declaration
Public Function Find( _
ByVal As System.String _
) As System.Boolean
'Usage
Dim instance As MetadataNameList
Dim name As System.String
Dim value As System.Boolean
value = instance.Find(name)
Parameters
- name
Return Value
True if found, false otherwise.