DataSetFieldSchema::Length Property

 

Gets a value indicating the size of data that can be stored in the data field.

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

public:
property int Length {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of bytes the column can store.

The Length property corresponds to the MaxLength property of a DataColumn.

.NET Framework
Available since 2.0
Return to top
Show: