EMCampaignContains Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            A collection of EMDocuments that this Campaign contains.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic List<EMCreative> Contains { get; set; }Public Property Contains As List(Of EMCreative)
	Get
	Set
public:
property List<EMCreative^>^ Contains {
	List<EMCreative^>^ get ();
	void set (List<EMCreative^>^ value);
}member Contains : List<EMCreative> with get, set
function get_Contains();
function set_Contains(value);
Property Value
Type: 
ListEMCreative
See Also