NameValueCollectionItem(String) Property

Return the first matching property with the specified case-insensitive name.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2224.4542
C#
public NameValueItem this[
	string name
] { get; }

Parameters

name  String
Name of the property to find.

Property Value

NameValueItem

See Also