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