AutoFieldsGenerator::AutoGeneratedFieldProperties Property

.NET Framework (current version)
 

Returns a list of the properties of an AutoGeneratedField object.

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

public protected:
property List<AutoGeneratedFieldProperties^>^ AutoGeneratedFieldProperties {
	List<AutoGeneratedFieldProperties^>^ get();
}

Property Value

Type: System.Collections.Generic::List<AutoGeneratedFieldProperties^>^

The list of properties.

.NET Framework
Available since 4.5
Return to top
Show: