NameValueDictionaryItem Property (String) |
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the
specified item represented by the key has more than one value.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string this[
string index
] { get; set; }
Public Default Property Item (
index As String
) As String
Get
Set
Parameters
- index
- Type: SystemString
The key name of the item.
Return Value
Type:
StringThe first string represented by the key or null if the item is not found.
See Also