MetaColumn.Description Property

 

Gets the description for the data field.

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

public virtual string Description { get; }

Property Value

Type: System.String

The description for the data field.

The Description property verifies if a DescriptionAttribute attribute is applied to the data field and retrieves the value of the DescriptionAttribute.Description property.

.NET Framework
Available since 3.5
Return to top
Show: