EMEmailTestInProgess Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets flag to indicate if a test is still in progress
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool InProgess { get; set; }
Public Property InProgess As Boolean
Get
Set
public:
property bool InProgess {
bool get ();
void set (bool value);
}
member InProgess : bool with get, set
function get_InProgess();
function set_InProgess(value);
Property Value
Type:
Boolean
See Also