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!

XmlElement.HasAttribute

Determines whether the current node has the specified attribute.

Overload List

Determines whether the current node has the specified attribute.

[Visual Basic] Overloads Overridable Public Function HasAttribute(String) As Boolean
[C#] public virtual bool HasAttribute(String);
[C++] public: virtual bool HasAttribute(String*);
[JScript] public function HasAttribute(String) : Boolean;

Determines whether the current node has the specified attribute from the specified namespace.

[Visual Basic] Overloads Overridable Public Function HasAttribute(String, String) As Boolean
[C#] public virtual bool HasAttribute(String, String);
[C++] public: virtual bool HasAttribute(String*, String*);
[JScript] public function HasAttribute(String, String) : Boolean;

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace