IDataSourceFieldSchema::Name Property

 

Gets the name of the field.

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 field.

For a DataColumnobject, the Name property corresponds to the ColumnName property.

.NET Framework
Available since 2.0
Return to top
Show: