IFieldDescription.Terms(Object) Method

Definition

Given a value return terms that can be used in a dialog to match the object.

public System.Collections.Generic.IEnumerable<string> Terms (object value);
abstract member Terms : obj -> seq<string>
Public Function Terms (value As Object) As IEnumerable(Of String)

Parameters

value
Object

Value that would result from a match.

Returns

Enumeration of regex.

Applies to