EMEmailTestHandlerLitmusSoapApi Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets litmus apin soap client
Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic LitmusSoapApiSoap LitmusSoapApi { get; set; }
Public Property LitmusSoapApi As LitmusSoapApiSoap
Get
Set
public:
property LitmusSoapApiSoap^ LitmusSoapApi {
LitmusSoapApiSoap^ get ();
void set (LitmusSoapApiSoap^ value);
}
member LitmusSoapApi : LitmusSoapApiSoap with get, set
function get_LitmusSoapApi();
function set_LitmusSoapApi(value);
Property Value
Type:
LitmusSoapApiSoap
See Also