Applitools
Docs
Open Primary Menu
Close Primary Menu
Overview
Concepts
SDK
Test manager
Integrations
Admin
API Reference
Open search panel
Get Started
None
Filter:
Close Search
You are here:
None
Filter:
Add method
Class:
PropertiesCollection
Platform:
Appium
Language:
C#
SDK:
Latest
other languages
Add a key/value property pair to the collection.
Syntax
obj.Add(name, value);
Parameters
name
Type:
string
The property key.
value
Type:
string
The property value.
Return value
Type:
void