DMEventNotifyCollectionItem Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMEventNotify this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DMEventNotify
Get
Set
public:
property DMEventNotify^ default[int index] {
DMEventNotify^ get (int index);
void set (int index, DMEventNotify^ value);
}
member Item : DMEventNotify with get, set
function get_Item(index);
function set_Item(value);
Parameters
- index
- Type: SystemInt32
Property Value
Type:
DMEventNotify
See Also