DataValidationContains(String) Method
Indicate if the list of field elements contains the indicated field.
Namespace: Aliquo.Windows.ModelsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public bool Contains(
string field
)
Public Function Contains (
field As String
) As Boolean
- field String
- Name of the element to search.
Boolean if the list of field elements contains the indicated field; otherwise,
.