DynamicField::GetAttribute Method (String^)

 

Retrieves the specified attribute value.

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

public:
virtual String^ GetAttribute(
	String^ key
) sealed

Parameters

key
Type: System::String^

The key of the attribute to get.

Return Value

Type: System::String^

The value of the attribute.

.NET Framework
Available since 3.5
Return to top
Show: