| DataFilterValues Property |  | 
                A generic list of string values.  These values are defined by the name of the 
DataFilter and are different for each and every service call.
            
 AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic List<string> Values { get; set; }function get_Values();
function set_Values(value);
Property Value
ListString Remarks
Remarks
                The DataFilter Values list normally requires at least one value for every 
Name.  
                All values by default are passed in as a string, but upon processing some may be converted to different types such as integers.  If the type is not valid for the specific
                
Name then an exception will be thrown indicating what valid values will be excepted.
                
 See Also
See Also