DataSetFieldSchema::Name Property

 

Gets the name of the data field.

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

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

Property Value

Type: System::String^

The name of the data field.

The Name property corresponds to the ColumnName property of a DataColumn.

.NET Framework
Available since 2.0
Return to top
Show: