Skip to content

6d75681c 639f 8762 e42e a0f3ca8c9d30

Fernando Garcia edited this page May 8, 2018 · 1 revision

FieldsModel.GetBy Method

Additional header content

Returns specified field by identifier.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override BaseDataFieldModel GetBy(
	string value
)

VB

Public Overrides Function GetBy ( 
	value As String
) As BaseDataFieldModel

Parameters

 

value
Type: System.String
The field to locate on this collection" />.

Return Value

Type: BaseDataFieldModel
true if value is found in this collection; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldsModel.GetBy(System.String)"]

See Also

Reference

FieldsModel Class
iTin.Export.Model Namespace

Clone this wiki locally