DataItem(String) Property

Gets the field element.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public DataField this[
	string field
] { get; }

Parameters

field  String
Field name.

Return Value

DataField
DataField with the field element.

See Also