NameValueCollectionItem(String) Property

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

Definition

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

Parameters

name  String
Name of the property to find.

Property Value

NameValueItem

See Also