[]
Gets whether a property with specified name exists in the document.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | A property name to check. |
Type | Description |
---|---|
bool | true if a property with specified name exists in the document, otherwise false. |