<Code Lib>
2026 Method
Changes 0
M

RoutingPreferenceManager.GetRule

Description:
Gets the specified rule.

public RoutingPreferenceRule GetRule(
	RoutingPreferenceRuleGroupType groupType,
	int index
)

  • groupType
    The routing preference group type from which the rule should be returned.
  • Int32
    index
    The zero-based index where the rule should be returned.
Return Value RoutingPreferenceRule The rule at the specified group and zero-based index position.

  • index is not a valid zero-based index within groupType. -or- Thrown if the index is out of bounds
  • A value passed for an enumeration argument is not a member of that enumeration

Loading…