UpdateProgress::IAttributeAccessor::GetAttribute Method (String^)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns an attribute of a Web control by using the specified name.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual String^ GetAttribute( String^ key ) sealed = IAttributeAccessor::GetAttribute
Parameters
- key
-
Type:
System::String^
The name of the attribute to return.
This member is an explicit interface member implementation. It can be used only when the UpdateProgress instance is cast to an IAttributeAccessor interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: