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!

DynamicDiscoveryItemInfo.GetAttribute

[To be supplied.]

[Visual Basic]
Protected Function GetAttribute( _
   ByVal attributeName As String _
) As String
[C#]
protected string GetAttribute(
   string attributeName
);
[C++]
protected: String* GetAttribute(
   String* attributeName
);
[JScript]
protected function GetAttribute(
   attributeName : String
) : String;

Parameters

attributeName
[To be supplied.]

See Also

DynamicDiscoveryItemInfo Class | DynamicDiscoveryItemInfo Members | System.Web.Services.Discovery Namespace