ItemSearchCriteriaSearchValue Property  | 
 
            The value to search upon for this field.  The type of this object
            depends on the nature of the search field.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Object SearchValue { get; set; }Public Property SearchValue As Object
	Get
	Set
public:
property Object^ SearchValue {
	Object^ get ();
	void set (Object^ value);
}member SearchValue : Object with get, set
Property Value
Type: 
Object
See Also