[To be supplied.]
[Visual Basic] Sub SetAttribute( _ ByVal key As String, _ ByVal value As String _ ) [C#] void SetAttribute( string key, string value ); [C++] void SetAttribute( String* key, String* value ) = 0; [JScript] function SetAttribute( key : String, value : String );
IAttributeAccessor Interface | IAttributeAccessor Members | System.Web.UI Namespace