'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
Parameters
- name
- A property name to check.
Return Value
true if a property with specified name exists in the document, otherwise false.