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