| ScoreContactRuleInfoProviderGetContactScore Method | 
            Returns score value of specified contact.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic static int GetContactScore(
	int scoreId,
	int contactId
)
Parameters
- scoreId
- Type: SystemInt32
 Score ID
- contactId
- Type: SystemInt32
 Contact ID
Return Value
Type: 
Int32Score value of contact
 See Also
See Also