InputStateBagItem Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Object this[
string Key
] { get; set; }
Public Default Property Item (
Key As String
) As Object
Get
Set
public:
property Object^ default[String^ Key] {
Object^ get (String^ Key);
void set (String^ Key, Object^ value);
}
member Item : Object with get, set
Parameters
- Key
- Type: SystemString
Property Value
Type:
ObjectSee Also