Share via


Item Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the object at the specified index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As WsXmlNamespace
public WsXmlNamespace this[
    int index
] { get; }
public:
property WsXmlNamespace^ Item[int index] {
    WsXmlNamespace^ get (int index);
}
member Item : WsXmlNamespace
JScript does not support indexed properties.

Parameters

Property Value

Type: Ws.Services.Xml. . :: . .WsXmlNamespace
The object at the specified index.

.NET Framework Security

See Also

Reference

WsXmlNamespaces Class

Ws.Services.Xml Namespace