ColumnProvider::Name Property

 

Gets or sets the name of the column.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property String^ Name {
	virtual String^ get();
	protected: virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the column.

.NET Framework
Available since 3.5
Return to top
Show: