ClientScriptItem::Id Property

 

Gets the ID attribute value for the client script element.

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

public:
property String^ Id {
	String^ get();
}

Property Value

Type: System::String^

The ID value of the script element.

.NET Framework
Available since 2.0
Return to top
Show: