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:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMFieldValue GetFieldValue(
	int ID
)
Public Function GetFieldValue ( 
	ID As Integer
) As DMFieldValue
public:
DMFieldValue^ GetFieldValue(
	int ID
)
member GetFieldValue : 
        ID : int -> DMFieldValue 
function GetFieldValue(ID);
Parameters
- ID
 - Type: SystemInt32
Field ID 
Return Value
Type: 
DMFieldValueA DMFieldValue object containing the value of the field requested.
See Also