WebSpeciesFactFieldSearchCriteriaValues Property |
Values to compare operator with.
Normally exactly one value is specified but property Values
may contain more than one value if property Operator has
the value Equal or NotEqual.
Operator Equal together with more than one value returns true
if the comparison value is equal to one of the listed values.
Operator NotEqual compared to more than one
value returns true if the comparison value
is not equal to any of the listed values.
Property FactorField holds information about which
data type values contains.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<string> Values { get; set; }
Public Property Values As List(Of String)
Get
Set
public:
property List<String^>^ Values {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Values : List<string> with get, set
Property Value
Type:
ListStringSee Also