'Usage Dim instance As PropertyNameCollection Dim value As String Dim value As Boolean value = instance.Contains(value)
Parameters
- value
- A string representing the name of the property name to find.
Return Value
true if the specified property name is contained in the collection; false otherwise.