DMFieldValueCollectionGetFieldValue Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the field value of the field ID specified. If the ID is not found in the collection, then a null object is returned.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public DMFieldValue GetFieldValue(
	int ID
)

Parameters

ID
Type: SystemInt32
Field ID

Return Value

Type: DMFieldValue
A DMFieldValue object containing the value of the field requested.
See Also