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