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
- index
Type: System. . :: . .Int32
The zero-based index of the object to get or set.
Property Value
Type: Ws.Services.Xml. . :: . .WsXmlNamespace
The object at the specified index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.