IDataSourceViewSchema::Name Property

 

Gets the name of the view.

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

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the view.

For a DataTable object, this property corresponds to the TableName property.

.NET Framework
Available since 2.0
Return to top
Show: