MetaColumn.BuildAttributeCollection Method ()

.NET Framework (current version)
 

Gets the attribute collection.

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

abstract BuildAttributeCollection : unit -> AttributeCollection
override BuildAttributeCollection : unit -> AttributeCollection

Return Value

Type: System.ComponentModel.AttributeCollection

The attribute collection.

You must call the BuildAttributeCollection method before you access the Attributes property.

.NET Framework
Available since 4.0
Return to top
Show: