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.EmptyArray

Constant representing an empty array of XmlAttribute values.

[Visual Basic]
Public Shared ReadOnly EmptyArray() As XmlAttribute
[C#]
public static readonly XmlAttribute[] EmptyArray;
[C++]
public: static readonly XmlAttribute* EmptyArray[];
[JScript]
public static var EmptyArray : XmlAttribute[];

See Also

XmlAttribute Structure | XmlAttribute Members | System.Xml Namespace