Item Property (key)
Gets the value for the specified key, or null if no value exists.
Declaration SyntaxC#Visual BasicPublic ReadOnly Default Property Item ( _
key As String _
) As String Parameters- key– (String)
- The key for which to return a value.
Return ValueThe value for the specified key, or null if no value exists. Assembly: Krystalware.SlickUpload, Version: 4.0
|