Timer::GetScriptReferences Method ()

 

Retrieves the client script for the Timer control.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual IEnumerable<ScriptReference^>^ GetScriptReferences()

Return Value

Type: System.Collections.Generic::IEnumerable<ScriptReference^>^

A ScriptReference object that contains client script for the Timer control.

.NET Framework
Available since 3.5
Return to top
Show: