Share via


WsXmlNodeList.Item Property

Retrieves a node at the given index.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public WsXmlNode Item { get; }

Property Value

The XmlNode in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

WsXmlNodeList Class
WsXmlNodeList Members
Ws.Services.Xml Namespace