UploadedFileCollectionItem Property (String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public UploadedFile this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As UploadedFile
Get
public:
property UploadedFile^ default[String^ id] {
UploadedFile^ get (String^ id);
}
member Item : UploadedFile with get
Parameters
- id
- Type: SystemString
Property Value
Type:
UploadedFileSee Also