WsXmlNamespaces.Item Property
Gets or sets the WsXmlNamespace object at the specified index.
Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)
Syntax
public WsXmlNamespace this [
int index
] { get; set; }
Parameters
- index
The zero-based index of the WsXmlNamespace object to get or set.
Property Value
The WsXmlNamespace object at the specified index.
Remarks
If an object with the same namespace URI is already in the list the new object will not be added.
Version Information
Available in .NET Micro Framework version 2.5
See Also
Reference
WsXmlNamespaces Class
WsXmlNamespaces Members
Ws.Services.Xml Namespace