WebExtensionPropertyCollection.Item

WebExtensionPropertyCollection indexer (1 of 2)

Gets the property of web extension by the index.

public WebExtensionProperty this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The property of web extension.

See Also


WebExtensionPropertyCollection indexer (2 of 2)

Gets the property of web extension.

public WebExtensionProperty this[string name] { get; }
ParameterDescription
nameThe name of property.

Return Value

The property of web extension.

See Also