Share via


WebControl.IAttributeAccessor.SetAttribute Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  [Visual Basic]
  Private Sub SetAttribute( _
   ByVal 
  name
   As String, _
   ByVal value As String _
) Implements IAttributeAccessor.SetAttribute
[C#]
void IAttributeAccessor.SetAttribute(
   string name,string value
);
[C++]
private: void IAttributeAccessor::SetAttribute(String* name,String* value
);
[JScript]
private function IAttributeAccessor.SetAttribute(
   name : String,
 value : String);

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.