DataValidationContains(String) Method

Indicate if the list of field elements contains the indicated field.

Definition

Namespace: Aliquo.Windows.Models
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public bool Contains(
	string field
)

Parameters

field  String
Name of the element to search.

Return Value

Boolean
if the list of field elements contains the indicated field; otherwise, .

See Also