EMDeploymentSettingsSuppressEvents Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<int> SuppressEvents { get; set; }
Public Property SuppressEvents As IList(Of Integer)
Get
Set
public:
property IList<int>^ SuppressEvents {
IList<int>^ get ();
void set (IList<int>^ value);
}
member SuppressEvents : IList<int> with get, set
function get_SuppressEvents();
function set_SuppressEvents(value);
Property Value
Type:
IListInt32
See Also