DataSourceView.Name Property
.NET Framework 3.0
Gets the name of the data source view.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Name ()
public function get Name () : String
Not applicable.
Property Value
The name of the DataSourceView, if it has one. The default value is String.Empty.Community Additions
ADD
Show: