Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyCollection::Add Method (String^, String^)

 
Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
void Add(
	String^ propertyName,
	String^ propertyValue
)

Parameters

propertyName
Type: System::String^

The property name to add.

propertyValue
Type: System::String^

The value to add.

Return to top
Show: