Skip to main content

PropertiesCollection class

Platform: Appium
Language: Csharp


A collection of key/value pairs.

Using statement

using Applitools;

Add method

Syntax

obj.Add(name, value);

Parameters

name

Type: string

The property key.

value

Type: string

The property value.

Return value

Type: void

Clear method

Syntax

obj.Clear();

Parameters

This method does not take any parameters.

Return value

Type: void

GetEnumerator method

Syntax

IEnumerator<PropertyData> value = obj.GetEnumerator();

Parameters

This method does not take any parameters.

Return value

Type: IEnumerator<PropertyData>