UpdateProgress.IAttributeAccessor.SetAttribute Method (String, String)
.NET Framework (current version)
Sets the value of the specified user-control attribute.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private abstract SetAttribute : key:string * value:string -> unit private override SetAttribute : key:string * value:string -> unit
Parameters
- key
-
Type:
System.String
The name of the attribute to set.
- value
-
Type:
System.String
The value of the attribute to set.
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: