NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.GetAttribute

Method of IAttributeAccessor.

[Visual Basic]
Overridable Public Function GetAttribute( _
   ByVal name As String _
) As String
[C#]
public virtual string GetAttribute(
   string name
);
[C++]
public: virtual String* GetAttribute(
   String* name
);
[JScript]
public function GetAttribute(
   name : String
) : String;

Parameters

name
[To be supplied.]

See Also

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