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!

DocumentNavigator.GetAttribute (String)

Gets the value of the attribute with the specified name.

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

Parameters

name
The name of the attribute. The name can include the prefix or leave it off.

Return Value

Empty string if currentnode/recordhas no value to return (never returns null).

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace | DocumentNavigator.GetAttribute Overload List