EventParserSystemParseNames Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<string> SystemParseNames { get; }
Public ReadOnly Property SystemParseNames As IList(Of String)
Get
public:
property IList<String^>^ SystemParseNames {
IList<String^>^ get ();
}
member SystemParseNames : IList<string> with get
function get_SystemParseNames();
Property Value
Type:
IListString
See Also