Documentation for this section has not yet been entered.
The ClientScriptItem.Text property represents the statements that are contained in the script element. Typically, the script statements for a script element are specified using either the ClientScriptItem.Text or ClientScriptItem.Source property.
If the ClientScriptItem.Text property is null or an empty string (""), the script element does not contain any script statements.
The ClientScriptItem.Source property is initialized by the ClientScriptItem.#ctor(string, string, string, string, string) constructor.