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