Returns the data-field at the specified index.
Namespace: S22.Xmpp.Extensions.DataformsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- index
- Type: System..::..Int32
The zero-based index of the data-field in the list of data-fields to return.
Return Value
The data-field instance at the specified index.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The specified index is negative, or the specified index is greater or equal to the number of data-fields in the list of data-fields. |