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!

IAttributeAccessor.GetAttribute

[To be supplied.]

[Visual Basic]
Function GetAttribute( _
   ByVal key As String _
) As String
[C#]
string GetAttribute(
   string key
);
[C++]
String* GetAttribute(
   String* key
) = 0;
[JScript]
function GetAttribute(
   key : String
) : String;

Parameters

key
[To be supplied.]

See Also

IAttributeAccessor Interface | IAttributeAccessor Members | System.Web.UI Namespace