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