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!

HtmlTextWriter.GetAttributeName

[To be supplied.]

[Visual Basic]
Protected Function GetAttributeName( _
   ByVal attrKey As Integer _
) As String
[C#]
protected string GetAttributeName(
   int attrKey
);
[C++]
protected: String* GetAttributeName(
   int attrKey
);
[JScript]
protected function GetAttributeName(
   attrKey : int
) : String;

Parameters

attrKey
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace