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.GetAttributeKey

[To be supplied.]

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

Parameters

attrName
[To be supplied.]

See Also

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