ListItem::IAttributeAccessor::GetAttribute Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the attribute value of the list item control having the specified attribute name.

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

private:
virtual String^ GetAttribute(
	String^ name
) sealed = IAttributeAccessor::GetAttribute

Parameters

name
Type: System::String^

The name component of an attribute's name/value pair.

Return Value

Type: System::String^

The value of the specified attribute.

This member is an explicit interface member implementation. It can be used only when the ListItem instance is cast to an IAttributeAccessor interface.

.NET Framework
Available since 1.1
Return to top
Show: