DataItem(String) Property
Gets the field element.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public DataField this[
string field
] { get; }
Public ReadOnly Default Property Item (
field As String
) As DataField
Get
- field String
- Field name.
DataFieldDataField with the field element.