DMCreativeCollectionByFilterDTOCreatives Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Number of records matching the filter conditions (including pagination)
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IEnumerable<DMCreativeDTO> Creatives { get; set; }Public Property Creatives As IEnumerable(Of DMCreativeDTO)
	Get
	Set
public:
property IEnumerable<DMCreativeDTO^>^ Creatives {
	IEnumerable<DMCreativeDTO^>^ get ();
	void set (IEnumerable<DMCreativeDTO^>^ value);
}member Creatives : IEnumerable<DMCreativeDTO> with get, set
function get_Creatives();
function set_Creatives(value);
Property Value
Type: 
IEnumerableDMCreativeDTO
See Also