ReminderCollectionFindByID Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Reminder FindByID(
string id
)
Public Function FindByID (
id As String
) As Reminder
public:
Reminder^ FindByID(
String^ id
)
member FindByID :
id : string -> Reminder
Parameters
- id
- Type: SystemString
Return Value
Type:
Reminder
See Also