Returns the data-field with the specified name.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataField this[
	string name
] { get; }

Parameters

name
Type: System..::..String
The name of the data-field to return.

Return Value

The data-field with the specified name or null if no such data-field exists in the list of data-fields-

See Also