MetaTable::Attributes Property

 

Gets the attributes that are associated with the table.

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

public:
property AttributeCollection^ Attributes {
	virtual AttributeCollection^ get() sealed;
}

Property Value

Type: System.ComponentModel::AttributeCollection^

A collection that contains the attributes of the table.

.NET Framework
Available since 3.5
Return to top
Show: