| GetDistributionRule Method | |
| See Also |
- pIDistributionRuleParams
The key of the distribution rule to retrieve.
Retrieves a distribution rule.
The distribution rule is specified by its key (OcrCode), which is contained in the DistributionRuleParams object passed to the method.
| Visual Basic |
|---|
Public Function GetDistributionRule( _
ByVal pIDistributionRuleParams As DistributionRuleParams _
) As DistributionRule |
- pIDistributionRuleParams
The key of the distribution rule to retrieve.
The distribution rule with the specified key.