EMSmartListRefreshResultCount Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            The number of rows in the smart list after the refresh.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Count { get; set; }Public Property Count As Integer
	Get
	Set
public:
property int Count {
	int get ();
	void set (int value);
}member Count : int with get, set
function get_Count();
function set_Count(value);
Property Value
Type: 
Int32
See Also