HeroStats Libraries
ChatMessage.Item Property

[This is preliminary documentation and subject to change.]

Looks up the key text in the capture variable name-value list and returns the associated value text

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal key As String _
) As String
[C#]
public string this[
   string key
] {get;}

See Also

ChatMessage Class | CityOfHeroes Namespace