Krystalware
SlickUpload logo

Item Property (key)

Gets the value for the specified key, or null if no value exists.

Declaration Syntax

C#

public string this[
	string key
] { get; }

Visual Basic

Public ReadOnly Default Property Item ( _
	key As String _
) As String

Parameters

key– (String)
The key for which to return a value.

Return Value

The value for the specified key, or null if no value exists.

Assembly: Krystalware.SlickUpload, Version: 4.0