DynamicDataManager::ClientID Property

.NET Framework (current version)
 

Gets the ClientID property that is generated by ASP.NET.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
[BrowsableAttribute(false)]
property String^ ClientID {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The ClientID property that is generated by ASP.NET.

.NET Framework
Available since 4.0
Return to top
Show: