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!

DataDocumentNavigator.GetAttribute

Gets the value of an attribute.

Overload List

Gets the value of the attribute with the specified index.

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

Gets the value of the attribute with the specified name and namespace.

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

Gets the value of the attribute with the specified name.

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

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace