WebExtensionPropertyCollection.Add

WebExtensionPropertyCollection.Add method

Adds web extension property.

public int Add(string name, string value)
ParameterTypeDescription
nameStringThe name of property.
valueStringThe value of property.

Return Value

The index of added property.

See Also