​
​
​

Determines whether the dictionary contains a property with the specified name.

Contains(String)

​public bool Contains(string name);
​Public Function Contains(ByVal name As String) As Boolean

Parameters

Parameter Description
name Specifies a document property's name.
​