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!

XmlAttribute Structure

Represents an attribute of an XML element.

Object
   ValueType
      XmlAttribute

[Visual Basic]
Public Structure XmlAttribute
[C#]
public struct XmlAttribute
[C++]
public __value struct XmlAttribute

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

This struct exists such that an attribute identifier and value can be returned and passed as a parameter in a single operation.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlAttribute Members | System.Xml Namespace