DesignerDataSourceView::Name Property

 

Gets the name of the view as provided when this instance of the DesignerDataSourceView class was created.

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

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

Property Value

Type: System::String^

The view name.

.NET Framework
Available since 2.0
Return to top
Show: