NameValueCollectionItem(String) Property
Return the first matching property with the specified case-insensitive
name.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public NameValueItem this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As NameValueItem
Get
No code example is currently available or this language may not be supported.
- name String
-
Name of the property to find.
NameValueItem