| IScoreContactRuleInfoProviderGet Method (Int32, Int32, Int32) | 
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
SyntaxScoreContactRuleInfo Get(
	int scoreId,
	int contactId,
	int ruleId
)
Parameters
- scoreId
- Type: SystemInt32
 Score ID.
- contactId
- Type: SystemInt32
 Contact ID.
- ruleId
- Type: SystemInt32
 Rule ID.
Return Value
Type: 
ScoreContactRuleInfoReturns an instance of 
ScoreContactRuleInfo corresponding to given identifiers or null.
 See Also
See Also