| ContactWithScoreValueCollectionGetEnumerator Method | 
            Returns an enumerator that iterates through the collection.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic IEnumerator<ContactWithScoreValue> GetEnumerator()
Return Value
Type: 
IEnumeratorContactWithScoreValue
            An enumerator of KeyValuePair of int and int where key is ScoreID and value is number of points.
            
Implements
IEnumerableTGetEnumerator See Also
See Also